aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/astro.yml4
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: |