소스 검색

[action]Modify releases site workflow file

dufu1991 2 년 전
부모
커밋
5724142cf0
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      .github/workflows/releases-site.yml

+ 2 - 0
.github/workflows/releases-site.yml

@@ -37,6 +37,8 @@ jobs:
         uses: actions/setup-node@v4
         with:
           node-version: 20.x
+      - name: Install clean-css-cli
+        run: npm install clean-css-cli -g
       - name: Install dependencies and build
         run: |
           cd site