Skip to content

Commit

Permalink
GH: Do not deploy alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
alexp-sssup committed Oct 15, 2024
1 parent 98a0c2a commit b1956d3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b1956d3

Please sign in to comment.