We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47c28d7 commit 7ab4697Copy full SHA for 7ab4697
1 file changed
.github/workflows/release.yml
@@ -35,4 +35,7 @@ jobs:
35
run: npm run docs
36
37
- name: deploy docs
38
- run: npm run gh-pages
+ uses: peaceiris/actions-gh-pages@v3
39
+ with:
40
+ github_token: ${{secrets.GITHUB_TOKEN}}
41
+ publish_dir: ./docs
0 commit comments