We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f14d771 commit 5645688Copy full SHA for 5645688
.github/workflows/node.js.yml
@@ -28,4 +28,4 @@ jobs:
28
cache: 'npm'
29
- run: npm ci
30
- run: npm run build --if-present
31
- - run: npm run deploy
+ - run: gh-pages -d build
0 commit comments