We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 360440e commit 86d369fCopy full SHA for 86d369f
.github/workflows/gh-pages.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Build docs
28
run: npm run build:docs
29
- name: Deploy
30
- uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847
+ uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e
31
with:
32
github_token: ${{ secrets.GITHUB_TOKEN }}
33
publish_dir: docs
0 commit comments