Skip to content

Commit 7ab4697

Browse files
committed
DEV: add gh-pages action to release workflow
1 parent 47c28d7 commit 7ab4697

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,7 @@ jobs:
3535
run: npm run docs
3636

3737
- name: deploy docs
38-
run: npm run gh-pages
38+
uses: peaceiris/actions-gh-pages@v3
39+
with:
40+
github_token: ${{secrets.GITHUB_TOKEN}}
41+
publish_dir: ./docs

0 commit comments

Comments
 (0)