浏览代码

GH: Do not deploy alpine

Alessandro Pignotti 9 月之前
父节点
当前提交
b1956d3af8
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      .github/workflows/deploy.yml

+ 4 - 1
.github/workflows/deploy.yml

@@ -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