Skip to content

Commit d31216d

Browse files
committed
fix/cicd: try to fix cicd
1 parent 148da22 commit d31216d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/setup-node@v4
4949
with:
5050
node-version: "20"
51-
# cache: ${{ steps.detect-package-manager.outputs.manager }}
51+
cache: ${{ steps.detect-package-manager.outputs.manager }}
5252
- name: Setup Pages
5353
uses: actions/configure-pages@v4
5454
# with:

0 commit comments

Comments
 (0)