We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65a08e8 commit 1e31ecaCopy full SHA for 1e31eca
1 file changed
.github/workflows/main.yml
@@ -40,6 +40,6 @@ jobs:
40
npm i
41
npm run build:docs
42
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
43
- npm run deploy -u "github-actions-bot <support+actions@github.com>"
+ npm run deploy -- -u "github-actions-bot <support+actions@github.com>"
44
env:
45
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments