diff options
author | LarsVomMars | 2024-12-27 12:26:29 +0100 |
---|---|---|
committer | LarsVomMars | 2024-12-27 12:26:29 +0100 |
commit | 1d8ed354b333e870bd16c0767dbc04b7715a2bfe (patch) | |
tree | a30d5bc93dc0d02ba499c348e6f27e85aec7edb5 /.github/workflows/astro.yml | |
parent | 1a5913dfc1e1d3aa45f6fc9a5cfcdcb4b008d48a (diff) |
ignore cache
Diffstat (limited to '.github/workflows/astro.yml')
-rw-r--r-- | .github/workflows/astro.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/astro.yml b/.github/workflows/astro.yml index c2e2226..dce1dcc 100644 --- a/.github/workflows/astro.yml +++ b/.github/workflows/astro.yml @@ -60,8 +60,8 @@ jobs: uses: actions/setup-node@v4 with: node-version: "20" - cache: ${{ steps.detect-package-manager.outputs.manager }} - cache-dependency-path: ${{ env.BUILD_PATH }}/${{ steps.detect-package-manager.outputs.lockfile }} + # cache: ${{ steps.detect-package-manager.outputs.manager }} + # cache-dependency-path: ${{ env.BUILD_PATH }}/${{ steps.detect-package-manager.outputs.lockfile }} # Run transform on markdown files contained by submodules # - name: Transform Markdown # run: | |