We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53fada4 commit 992cd77Copy full SHA for 992cd77
.github/workflows/deploy-docs.yml
@@ -17,9 +17,9 @@ jobs:
17
pip install -r local-requirements.txt
18
pip install -e .
19
- name: Generate docs
20
- run: pdoc3 --html -o docs playwright
+ run: pdoc3 --html -o htmldocs playwright
21
- name: Deploy
22
uses: peaceiris/actions-gh-pages@v3
23
with:
24
github_token: ${{ secrets.GITHUB_TOKEN }}
25
- publish_dir: ./docs
+ publish_dir: ./htmldocs/playwright
.gitignore
@@ -17,4 +17,4 @@ htmlcov/
_repo_version.py
coverage.xml
junit/
-docs/
+htmldocs/
0 commit comments