We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21cc8bc commit 0983086Copy full SHA for 0983086
.github/workflows/ci.yml
@@ -67,7 +67,7 @@ jobs:
67
- name: Build docs
68
run: yarn run docs:build
69
- name: Deploy docs
70
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
71
with:
72
github_token: ${{ secrets.GITHUB_TOKEN }}
73
publish_dir: ./docs/build
0 commit comments