Explorar el Código

stop commit of cache

mitm001 hace 4 años
padre
commit
21e066538d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/main.yml

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

@@ -103,7 +103,7 @@ jobs:
         author_email: [email protected]
         message: "Commit files for CI workflow"
         # 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:
         GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}