mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
cache next build
This commit is contained in:
parent
a9c6723a3b
commit
07e0608949
3
.github/workflows/build-site.yml
vendored
3
.github/workflows/build-site.yml
vendored
|
@ -22,7 +22,8 @@ jobs:
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
website/app/node_modules
|
website/agb/node_modules
|
||||||
|
website/agb/.next/cache
|
||||||
~/.cargo/registry
|
~/.cargo/registry
|
||||||
~/.cargo/git
|
~/.cargo/git
|
||||||
~/target
|
~/target
|
||||||
|
|
Loading…
Reference in a new issue