GH: Do not deploy alpine

This commit is contained in:
Alessandro Pignotti 2024-10-15 19:14:04 +02:00
parent 98a0c2a47b
commit b1956d3af8

View file

@ -190,7 +190,10 @@ jobs:
WEBVM_MODE=github npm run build
# Move required files for gh-pages deployment to the deployment directory $DEPLOY_DIR.
- run: sudo mv build/* $DEPLOY_DIR/
- name: Copy build
run: |
rm build/alpine.html
sudo mv build/* $DEPLOY_DIR/
# We generate index.list files for our httpfs to function properly.
- name: make index.list