Skip to content

Commit b1956d3

Browse files
committed
GH: Do not deploy alpine
1 parent 98a0c2a commit b1956d3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,10 @@ jobs:
190190
WEBVM_MODE=github npm run build
191191
192192
# Move required files for gh-pages deployment to the deployment directory $DEPLOY_DIR.
193-
- run: sudo mv build/* $DEPLOY_DIR/
193+
- name: Copy build
194+
run: |
195+
rm build/alpine.html
196+
sudo mv build/* $DEPLOY_DIR/
194197
195198
# We generate index.list files for our httpfs to function properly.
196199
- name: make index.list

0 commit comments

Comments
 (0)