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 9f431fd commit 4f2a070Copy full SHA for 4f2a070
.github/workflows/deploy-demo.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Install and Build 🔧
16
run: |
17
npm install
18
- npm run build:demo:github
+ npm run build && npm run build:demo:github
19
cp dist/demo/index.html dist/demo/404.html
20
21
- name: Deploy 🚀
0 commit comments