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 c07e83f commit 92fa6c7Copy full SHA for 92fa6c7
.github/workflows/deploy.yml
@@ -32,6 +32,6 @@ jobs:
32
run: |
33
git config --global user.name 'github-actions[bot]'
34
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
35
- npm run deploy -- -u "github-actions[bot] <github-actions[bot]@users.noreply.github.com>"
+ npx gh-pages -d dist -u "github-actions[bot] <github-actions[bot]@users.noreply.github.com>"
36
env:
37
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments