Skip to content

Commit cab21d7

Browse files
committed
Fix cache path
1 parent 4ebfb36 commit cab21d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
uses: actions/cache@v3
4343
with:
4444
path: |
45-
website/deps
46-
website/_build
45+
deps
46+
_build
4747
key: ${{ runner.os }}-mix-erlang-${{ env.ERLANG_VERSION }}-elixir-${{ env.ELIXIR_VERSION }}-${{ hashFiles('**/mix.lock') }}
4848
restore-keys: |
4949
${{ runner.os }}-mix-erlang-${{ env.ERLANG_VERSION }}-elixir-${{ env.ELIXIR_VERSION }}-

0 commit comments

Comments
 (0)