bsc

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

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:
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 @@ -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-
© 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