Skip to content

Commit b951f1e

Browse files
authored
Update docs.yaml
1 parent 490da6b commit b951f1e

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
name: Docs
1+
name: Publish Docs
2+
23
on:
34
workflow_run:
45
workflows: ["Build Status"]
@@ -45,4 +46,6 @@ jobs:
4546

4647
- uses: peaceiris/actions-gh-pages@v4
4748
with:
48-
token: ${{ secrets.GITHUB_TOKEN }}
49+
publish_branch: gh-pages
50+
github_token: ${{ secrets.GITHUB_TOKEN }}
51+
publish_dir: docs/html

0 commit comments

Comments
 (0)