From cab21d7ccac9cb3dae5007df3701dc088c20a8cf Mon Sep 17 00:00:00 2001 From: Simon Oulevay Date: Sat, 9 Nov 2024 23:11:41 +0100 Subject: [PATCH] Fix cache path --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1785ef2..5a3ce95 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,8 +42,8 @@ jobs: uses: actions/cache@v3 with: path: | - website/deps - website/_build + deps + _build key: ${{ runner.os }}-mix-erlang-${{ env.ERLANG_VERSION }}-elixir-${{ env.ELIXIR_VERSION }}-${{ hashFiles('**/mix.lock') }} restore-keys: | ${{ runner.os }}-mix-erlang-${{ env.ERLANG_VERSION }}-elixir-${{ env.ELIXIR_VERSION }}-