소스 검색

chore: update ci

jinmao88 2 년 전
부모
커밋
d02ab2d220
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      .github/workflows/deploy.yml

+ 3 - 3
.github/workflows/deploy.yml

@@ -72,9 +72,9 @@ jobs:
         with:
           node-version: '16.x'
 
-      - name: Get yarn cache
-        id: yarn-cache
-        run: echo "::set-output name=dir::$(yarn cache dir)"
+#      - name: Get yarn cache
+#        id: yarn-cache
+#        run: echo "::set-output name=dir::$(yarn cache dir)"
 
       - name: Cache dependencies
         uses: actions/cache@v3