Skip to content

Commit

Permalink
Fix cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaHydrae committed Nov 9, 2024
1 parent 4ebfb36 commit cab21d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}-
Expand Down

0 comments on commit cab21d7

Please sign in to comment.