Skip to content

Commit

Permalink
Force github pages deploy in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinitto committed Dec 29, 2022
1 parent 39adc36 commit 24502d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
python -m build
- name: Deploy docs
run: |
mkdocs gh-deploy -c
mkdocs gh-deploy --force
- name: Upload to pypi
run: |
twine upload -u ${{ secrets.PYPI_USERNAME }} -p ${{ secrets.PYPI_PASSWORD }} dist/*

0 comments on commit 24502d8

Please sign in to comment.