Skip to content

Commit 50a33cc

Browse files
committed
add ci cache
1 parent 020776a commit 50a33cc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/static.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,16 @@ jobs:
3838
with:
3939
otp-version: 27.1.1
4040
elixir-version: 1.18.0
41+
# Set cache up
42+
- uses: actions/cache@v4
43+
id: cache
44+
with:
45+
path: |
46+
deps
47+
_build
48+
key: v1-${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}-${{ hashFiles('**/.tool-versions') }}
49+
restore-keys: |
50+
v1-${{ runner.os }}-mix-
4151
- run: mix deps.get
4252
# Build the site
4353
- run: mix site.build

0 commit comments

Comments
 (0)