commit fc9540253ff0c65ec5a6baf81c16acc40c0e395b
parent 19cb7e392480f2dbd258a903dfe58ac72b44f30f
Author: Amit Dutta <mail@amit.is-a.dev>
Date: Thu, 27 Aug 2026 23:57:41 +0530
Merge pull request #95 from notamitgamer/fix/vitepress-cache-path
Fix VitePress cache path in workflow
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
@@ -104,7 +104,7 @@ jobs:
- name: Cache VitePress
uses: actions/cache@v6
with:
- path: .vitepress/cache
+ path: docs/.vitepress/cache
# Forced key layout updates ensure hashes stay matched across separate runs
key: ${{ runner.os }}-vitepress-${{ hashFiles('package-lock.json', 'docs/.vitepress/config.*') }}
restore-keys: |