commit 821bdb4eb495dc88048d0de52fde8f838f789c94
parent 9924af09ace51ee4ad768a009cdb6164c676ed7d
Author: Amit Dutta <mail@amit.is-a.dev>
Date: Fri, 28 Aug 2026 00:06:30 +0530
Merge pull request #97 from notamitgamer/fix/revert-vitepress-cache-path
Revert VitePress cache path back to .vitepress/cache (root)
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: docs/.vitepress/cache
+ path: .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: |