Skip to content

Commit

Permalink
Attempt to work around materialx yaml loader boom
Browse files Browse the repository at this point in the history
  • Loading branch information
meatballhat committed May 19, 2022
1 parent 522b7e0 commit 70e1ed4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cli.yml
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions mkdocs-requirements.txt
@@ -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

0 comments on commit 70e1ed4

Please sign in to comment.