We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21010df commit e375a8fCopy full SHA for e375a8f
.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