Skip to content

Commit 53066ff

Browse files
committed
fix(github): update ci workflow
1 parent 62122df commit 53066ff

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: .github/workflows/build.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,14 @@ jobs:
1414
- uses: actions/setup-node@v1
1515
with:
1616
node-version: 14
17-
- name: script
18-
run: tests/img-switch.sh
19-
shell: bash
2017
- run: npm i
2118
- run: npm run build
2219
- name: Commit files
2320
run: |
2421
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
2522
git config --local user.name "github-actions[bot]"
2623
git add .
27-
git commit -m "build" -a
24+
git commit -m "ci(build): compile and deploy" -a
2825
- name: Push changes
2926
uses: ad-m/github-push-action@master
3027
with:

0 commit comments

Comments
 (0)