Skip to content

Commit f815038

Browse files
authored
Fix deploy command in ci-build.yml.
1 parent bb890f6 commit f815038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Deploy to GitHub Pages
2626
run: |
2727
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
28-
npm run deploy -u "github-actions-bot <[email protected]>"
28+
npm run deploy -- -u "github-actions-bot <[email protected]>"
2929
#if: ${{ github.ref == 'refs/heads/master' }} # only deploy master
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)