We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb890f6 commit f815038Copy full SHA for f815038
.github/workflows/ci-build.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Deploy to GitHub Pages
26
run: |
27
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
28
- npm run deploy -u "github-actions-bot <[email protected]>"
+ npm run deploy -- -u "github-actions-bot <[email protected]>"
29
#if: ${{ github.ref == 'refs/heads/master' }} # only deploy master
30
env:
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments