瀏覽代碼

[action]Modify releases site workflow file

dufu1991 2 年之前
父節點
當前提交
a8966052fc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/releases-site.yml

+ 1 - 1
.github/workflows/releases-site.yml

@@ -41,7 +41,7 @@ jobs:
       - name: Install dependencies and build
         run: |
           cd site
-          npm ci
+          npm install
           npm run build
       - name: Setup Pages
         uses: actions/configure-pages@v4