Skip to content

Commit 992cd77

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
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

.gitignore

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy