We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0637a5 commit 7c90427Copy full SHA for 7c90427
.github/workflows/astro.yml
@@ -59,9 +59,8 @@ jobs:
59
with:
60
node-version: "20"
61
cache: ${{ steps.detect-package-manager.outputs.manager }}
62
- # Fix the path to the lockfile by removing the BUILD_PATH variable
63
- # since we're already in the correct directory
64
- cache-dependency-path: ${{ steps.detect-package-manager.outputs.lockfile }}
+ # Include BUILD_PATH to ensure the correct full path to the lockfile
+ cache-dependency-path: ${{ env.BUILD_PATH }}/${{ steps.detect-package-manager.outputs.lockfile }}
65
- name: Setup Pages
66
id: pages
67
uses: actions/configure-pages@v5
0 commit comments