lucas066001 commited on
Commit ·
bc226ef
1
Parent(s): 202a299
fix(workflow): Specify correct folder
Browse files
.github/workflows/doc.yml
CHANGED
|
@@ -42,4 +42,4 @@ jobs:
|
|
| 42 |
uses: peaceiris/actions-gh-pages@v3
|
| 43 |
with:
|
| 44 |
github_token: ${{ secrets.GITHUB_TOKEN }}
|
| 45 |
-
publish_dir: docs/_build
|
|
|
|
| 42 |
uses: peaceiris/actions-gh-pages@v3
|
| 43 |
with:
|
| 44 |
github_token: ${{ secrets.GITHUB_TOKEN }}
|
| 45 |
+
publish_dir: docs/_build/html
|