Parcourir la source

chore: don't run yarn cache clean

Tienson Qin il y a 1 an
Parent
commit
9a59f07dc2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .github/workflows/deploy-db-pages.yml

+ 1 - 1
.github/workflows/deploy-db-pages.yml

@@ -33,7 +33,7 @@ jobs:
           cli: ${{ env.CLOJURE_VERSION }}
 
       - name: Fetch yarn deps
-        run: yarn cache clean && yarn install --frozen-lockfile
+        run: yarn install --frozen-lockfile
 
       - name: Set Build Environment Variables
         run: |