Alessandro Pignotti 9 ヶ月 前
コミット
201636aae7
1 ファイル変更1 行追加1 行削除
  1. 1 1
      .github/workflows/deploy.yml

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

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