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 98a0c2a commit b1956d3Copy full SHA for b1956d3
.github/workflows/deploy.yml
@@ -190,7 +190,10 @@ jobs:
190
WEBVM_MODE=github npm run build
191
192
# Move required files for gh-pages deployment to the deployment directory $DEPLOY_DIR.
193
- - run: sudo mv build/* $DEPLOY_DIR/
+ - name: Copy build
194
+ run: |
195
+ rm build/alpine.html
196
+ sudo mv build/* $DEPLOY_DIR/
197
198
# We generate index.list files for our httpfs to function properly.
199
- name: make index.list
0 commit comments