Skip to content

Commit

Permalink
cache me outside, how about that
Browse files Browse the repository at this point in the history
Meme wanted this commit title, ask him lmao
  • Loading branch information
taskylizard committed Sep 20, 2024
1 parent 8ac76e5 commit 3eb25e2
Show file tree
Hide file tree
Showing 2 changed files with 616 additions and 346 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ jobs:
uses: actions/cache@v4
with:
path: docs/.vitepress/cache
key: ${{ runner.OS }}-vitepress-${{ hashFiles('docs/.vitepress/cache/**') }}
restore-keys: ${{ runner.OS }}-vitepress-
key:
${{ runner.os }}-vitepress-${{ hashFiles('docs/.vitepress/cache/**','pnpm-lock.yaml') }}
restore-keys: ${{ runner.os }}-vitepress-

- name: Build docs
run: pnpm docs:build
Expand Down
Loading

0 comments on commit 3eb25e2

Please sign in to comment.