We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 235683d + e375a8f commit c8b2f06Copy full SHA for c8b2f06
.github/workflows/deploy.yml
@@ -28,7 +28,7 @@ jobs:
28
# Popular action to deploy to GitHub Pages:
29
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus
30
- name: Deploy to GitHub Pages
31
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
32
with:
33
github_token: ${{ secrets.GITHUB_TOKEN }}
34
publish_dir: ./build
0 commit comments