We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6e61ce commit 7e56d9bCopy full SHA for 7e56d9b
.github/workflows/nextjs.yml
@@ -132,7 +132,7 @@ jobs:
132
uses: actions/cache@v4
133
with:
134
path: ./${{ steps.get-patch.outputs.patch }}
135
- key: pelican-doc-site-${{ patch.minor }}-${{ steps.get-patch.outputs.patch }}
+ key: pelican-doc-site-${{ matrix.minor }}-${{ steps.get-patch.outputs.patch }}
136
137
- name: Checkout main repo and submodules
138
if: steps.cache-site.outputs.cache-hit != 'true'
0 commit comments