We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56aedb5 commit 9cc63b0Copy full SHA for 9cc63b0
.github/workflows/publish-doc.yml
@@ -20,7 +20,7 @@ jobs:
20
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
21
- uses: actions/setup-python@v5
22
with:
23
- python-version: 3.x
+ python-version: 3.12
24
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
25
- run: pip install mkdocs==1.6.1 mkdocs-material==9.6.15 mkdocstrings==0.29.1 mkdocstrings-python==1.16.12
26
- - run: mkdocs gh-deploy
+ - run: mkdocs gh-deploy --force
0 commit comments