Skip to content

Commit 24502d8

Browse files
committed
Force github pages deploy in CI
1 parent 39adc36 commit 24502d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
python -m build
6464
- name: Deploy docs
6565
run: |
66-
mkdocs gh-deploy -c
66+
mkdocs gh-deploy --force
6767
- name: Upload to pypi
6868
run: |
6969
twine upload -u ${{ secrets.PYPI_USERNAME }} -p ${{ secrets.PYPI_PASSWORD }} dist/*

0 commit comments

Comments
 (0)