Skip to content

Commit 434d0a5

Browse files
author
Top-5
committed
Remove -u flag from gh-pages command
1 parent 92fa6c7 commit 434d0a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
run: |
3333
git config --global user.name 'github-actions[bot]'
3434
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
35-
npx gh-pages -d dist -u "github-actions[bot] <github-actions[bot]@users.noreply.github.com>"
35+
npx gh-pages -d dist
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)