Prechádzať zdrojové kódy

[action]Modify releases site workflow file

dufu1991 2 rokov pred
rodič
commit
a8966052fc
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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