Browse Source

[action]Modify releases site workflow file

dufu1991 2 years ago
parent
commit
a8966052fc
1 changed files with 1 additions and 1 deletions
  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