Procházet zdrojové kódy

[action]Modify releases site workflow file

dufu1991 před 2 roky
rodič
revize
a8966052fc
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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