We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c76d068 commit 72345eeCopy full SHA for 72345ee
.github/workflows/deploy-dev.yml
@@ -34,7 +34,7 @@ jobs:
34
name: production-files
35
path: ./dist
36
- name: Deploy to GitHub Pages
37
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
38
with:
39
github_token: ${{ secrets.REACT_CI_CD_TOKEN }}
40
publish_dir: ./dist
0 commit comments