We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53cfdbb commit d6e61ceCopy full SHA for d6e61ce
.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-${{ steps.get-patch.outputs.patch }}
+ key: pelican-doc-site-${{ patch.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