mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
add node modules to cache (#604)
This commit is contained in:
commit
835f167d14
1
.github/workflows/build-site.yml
vendored
1
.github/workflows/build-site.yml
vendored
|
@ -22,6 +22,7 @@ jobs:
|
|||
uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
website/app/node_modules
|
||||
~/.cargo/registry
|
||||
~/.cargo/git
|
||||
~/target
|
||||
|
|
Loading…
Reference in a new issue