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 487bb06 commit 390d858Copy full SHA for 390d858
.github/workflows/deploy.yaml
@@ -27,10 +27,7 @@ jobs:
27
- run: npm run build
28
- run: npm run build:docs
29
- name: Deploy to GitHub Pages
30
- if: success()
31
- uses: crazy-max/ghaction-github-pages@v4
+ uses: peaceiris/actions-gh-pages@v4
32
with:
33
- target_branch: gh-pages
34
- build_dir: build/docs/gatsby/public
35
- env:
36
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
+ publish_dir: build/docs/gatsby/public
0 commit comments