Skip to content

Commit 53bbc74

Browse files
authored
upgrade deploy action (#5232)
1 parent b8db4e6 commit 53bbc74

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,11 @@ jobs:
2929
env:
3030
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
3131
- run: yarn lint:links
32+
3233
- name: Deploy
33-
uses: JamesIves/github-pages-deploy-action@3.7.1
34+
uses: JamesIves/github-pages-deploy-action@4.1.4
3435
with:
35-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36-
BRANCH: gh-pages
37-
FOLDER: dist
38-
CLEAN: true
36+
token: ${{ secrets.GITHUB_TOKEN }}
37+
branch: gh-pages
38+
folder: dist
39+
clean: true

0 commit comments

Comments
 (0)