commit d85484cee326abde6ef320e5e9c2f5b99e392128
parent f439de71e60de511affe28e83a0a0a83e061fdd2
Author: Amit Dutta <mail@amit.is-a.dev>
Date: Mon, 24 Aug 2026 20:02:42 +0530
Merge pull request #82 from notamitgamer/notamitgamer-patch-1
Update cache path for VitePress in workflow
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
@@ -116,7 +116,7 @@ jobs:
- name: Cache VitePress
uses: actions/cache@v4
with:
- path: docs/.vitepress/cache
+ path: .vitepress/cache
key: ${{ runner.os }}-vitepress-${{ hashFiles('package-lock.json', 'docs/.vitepress/config.*') }}
restore-keys: |
${{ runner.os }}-vitepress-