Skip to content

Commit 9cc63b0

Browse files
committed
Fixing actions
1 parent 56aedb5 commit 9cc63b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-doc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
2121
- uses: actions/setup-python@v5
2222
with:
23-
python-version: 3.x
23+
python-version: 3.12
2424
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
2525
- 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
26+
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)