Skip to content

Commit 26b6224

Browse files
committed
fix: workflows ci deploy
1 parent 4ba6bb3 commit 26b6224

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
- master
77
pull_request:
88
branches:
9-
- '!master'
10-
- 'dev**'
9+
- "!master"
10+
- "dev**"
1111

1212
jobs:
1313
build-and-deploy:
@@ -41,7 +41,7 @@ jobs:
4141
# parallel-finished: true
4242

4343
- name: Deploy
44-
uses: JamesIves/github-pages-deploy-action@master
44+
uses: JamesIves/github-pages-deploy-action@4.1.4
4545
env:
4646
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
4747
BRANCH: gh-pages

0 commit comments

Comments
 (0)