We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2b46b7 commit 192b611Copy full SHA for 192b611
1 file changed
.github/workflows/node.js.yml
@@ -37,15 +37,12 @@ jobs:
37
env:
38
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
39
40
- - name: Build demo
41
- run: npm run demo:build
42
-
43
- name: Deploy
44
run: |
45
git config --global user.name $user_name
46
git config --global user.email $user_email
47
- git remote set-url origin https://${github_token}@github.com/${repository}
48
- npm run deploy
+ npm run demo:build
+ npx gh-pages -d dist --repo https://x-access-token:${github_token}@github.com/${repository}.git
49
50
user_name: 'github-actions[bot]'
51
user_email: 'github-actions[bot]@users.noreply.github.com'
0 commit comments