소스 검색

stop commit of cache

mitm001 4 년 전
부모
커밋
21e066538d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/main.yml

+ 1 - 1
.github/workflows/main.yml

@@ -103,7 +103,7 @@ jobs:
         author_email: [email protected]
         author_email: [email protected]
         message: "Commit files for CI workflow"
         message: "Commit files for CI workflow"
         # Commits these files to root if and only if there are changes.
         # Commits these files to root if and only if there are changes.
-        add: "package-lock.json package.json ./.cache/antora/*"
+        add: "package-lock.json package.json"
       env:
       env:
         GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
         GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}