Skip to content

Commit

Permalink
fix: publish gh-pages in release step (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sune Debel authored May 12, 2021
1 parent 26d5b56 commit 42e8bac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,6 @@ jobs:
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: poetry publish --username $PYPI_USERNAME --password $PYPI_PASSWORD
- name: Release docs
run: poetry run mkdocs gh-deploy
run: |
git fetch origin gh-pages
poetry run mkdocs gh-deploy

0 comments on commit 42e8bac

Please sign in to comment.