bsc

Comprehensive codebase and cou...
Log | Files | Refs | Activity | README | LICENSE

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:
M.github/workflows/main.yml | 2+-
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: |
© notamitgamer • Site Built: 2026-09-05 01:53:16 UTC • git-mirror commit: c170d72 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror