Skip to content

Commit 992cd77

Browse files
authored
devops: fixed docs deployment (#187)
1 parent 53fada4 commit 992cd77

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .github/workflows/deploy-docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
pip install -r local-requirements.txt
1818
pip install -e .
1919
- name: Generate docs
20-
run: pdoc3 --html -o docs playwright
20+
run: pdoc3 --html -o htmldocs playwright
2121
- name: Deploy
2222
uses: peaceiris/actions-gh-pages@v3
2323
with:
2424
github_token: ${{ secrets.GITHUB_TOKEN }}
25-
publish_dir: ./docs
25+
publish_dir: ./htmldocs/playwright

Diff for: .gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ htmlcov/
1717
_repo_version.py
1818
coverage.xml
1919
junit/
20-
docs/
20+
htmldocs/

0 commit comments

Comments
 (0)