Unverified Commit 24b98c25 authored by Shaun Prince's avatar Shaun Prince Committed by GitHub
Browse files

[BUG] Fix github action documentation build (#449)

parent edcf780f
...@@ -16,7 +16,7 @@ jobs: ...@@ -16,7 +16,7 @@ jobs:
git config user.email 41898282+github-actions[bot]@users.noreply.github.com git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- uses: actions/setup-python@v4 - uses: actions/setup-python@v4
with: with:
python-version: 3.x python-version: 3.11
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV - run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- uses: actions/cache@v3 - uses: actions/cache@v3
with: with:
...@@ -25,4 +25,4 @@ jobs: ...@@ -25,4 +25,4 @@ jobs:
restore-keys: | restore-keys: |
mkdocs-material-docs mkdocs-material-docs
- run: pip install mkdocstrings-python mkdocs-material griffe-typingdoc - run: pip install mkdocstrings-python mkdocs-material griffe-typingdoc
- run: mkdocs gh-deploy --force - run: mkdocs gh-deploy --force
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment