소스 검색

[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