Skip to content

Commit

Permalink
devops: fixed docs deployment (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Sep 13, 2020
1 parent 53fada4 commit 992cd77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
pip install -r local-requirements.txt
pip install -e .
- name: Generate docs
run: pdoc3 --html -o docs playwright
run: pdoc3 --html -o htmldocs playwright
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs
publish_dir: ./htmldocs/playwright
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ htmlcov/
_repo_version.py
coverage.xml
junit/
docs/
htmldocs/

0 comments on commit 992cd77

Please sign in to comment.