Skip to content

Commit d6e61ce

Browse files
committed
Add versioning
1 parent 53cfdbb commit d6e61ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nextjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
uses: actions/cache@v4
133133
with:
134134
path: ./${{ steps.get-patch.outputs.patch }}
135-
key: pelican-doc-site-${{ steps.get-patch.outputs.patch }}
135+
key: pelican-doc-site-${{ patch.minor }}-${{ steps.get-patch.outputs.patch }}
136136

137137
- name: Checkout main repo and submodules
138138
if: steps.cache-site.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)