Skip to content

Commit 79545bd

Browse files
committed
Upgrade gh-pages deploy action
1 parent bb6460b commit 79545bd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
yarn install --frozen-lockfile
2323
yarn build
2424
- name: Deploy 🚀
25-
uses: JamesIves/github-pages-deploy-action@releases/v3
25+
uses: JamesIves/github-pages-deploy-action@releases/v4
2626
with:
27-
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
28-
BRANCH: gh-pages
29-
FOLDER: build
27+
token: ${{ secrets.ACCESS_TOKEN }}
28+
branch: gh-pages
29+
folder: build

0 commit comments

Comments
 (0)