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 6239ca7 commit 981518fCopy full SHA for 981518f
.github/workflows/deploy.yml
@@ -26,7 +26,7 @@ jobs:
26
# Popular action to deploy to GitHub Pages:
27
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus
28
- name: Deploy to GitHub Pages
29
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
30
with:
31
github_token: ${{ secrets.GITHUB_TOKEN }}
32
# Build output to publish to the `gh-pages` branch:
0 commit comments