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 bb6460b commit 79545bdCopy full SHA for 79545bd
.github/workflows/deploy.yaml
@@ -22,8 +22,8 @@ jobs:
22
yarn install --frozen-lockfile
23
yarn build
24
- name: Deploy 🚀
25
- uses: JamesIves/github-pages-deploy-action@releases/v3
+ uses: JamesIves/github-pages-deploy-action@releases/v4
26
with:
27
- ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
28
- BRANCH: gh-pages
29
- FOLDER: build
+ token: ${{ secrets.ACCESS_TOKEN }}
+ branch: gh-pages
+ folder: build
0 commit comments