Attempt to work around materialx yaml loader boom
This commit is contained in:
parent
522b7e0d92
commit
70e1ed4c9d
1
.github/workflows/cli.yml
vendored
1
.github/workflows/cli.yml
vendored
@ -96,6 +96,7 @@ jobs:
|
||||
publish:
|
||||
#if: startswith(github.ref, 'refs/tags/')
|
||||
name: publish
|
||||
needs: [test-docs]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
|
@ -1,4 +1,5 @@
|
||||
mkdocs~=1.3
|
||||
mkdocs-material~=8.2
|
||||
mkdocs-git-revision-date-localized-plugin~=1.0
|
||||
mkdocs-material-extensions~=1.0
|
||||
mkdocs-material~=8.2
|
||||
mkdocs~=1.3
|
||||
pygments~=2.12
|
||||
|
Loading…
Reference in New Issue
Block a user