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.
2 parents 0cd6efa + 3a3d55e commit 489dc51Copy full SHA for 489dc51
.github/workflows/docs.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: "Copy to index.html"
21
run: cp ${{ env.deploy-dir }}/${{ github.event.repository.name }}.html ${{ env.deploy-dir }}/index.html
22
- name: Deploy documents
23
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
24
with:
25
github_token: ${{ secrets.GITHUB_TOKEN }}
26
publish_dir: ${{ env.deploy-dir }}
0 commit comments