Bläddra i källkod

stop commit of cache

mitm001 4 år sedan
förälder
incheckning
21e066538d
1 ändrade filer med 1 tillägg och 1 borttagningar
  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 }}