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 b99fb99 + 81a5438 commit 99d287aCopy full SHA for 99d287a
.github/workflows/doc.yaml
@@ -22,7 +22,7 @@ jobs:
22
- name: "Copy to index.html"
23
run: cp ${{ env.deploy-dir }}/${{ github.event.repository.name }}.html ${{ env.deploy-dir }}/index.html
24
- name: Deploy documents
25
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
26
with:
27
github_token: ${{ secrets.GITHUB_TOKEN }}
28
publish_dir: ${{ env.deploy-dir }}
0 commit comments