We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ebfb36 commit cab21d7Copy full SHA for cab21d7
.github/workflows/build.yml
@@ -42,8 +42,8 @@ jobs:
42
uses: actions/cache@v3
43
with:
44
path: |
45
- website/deps
46
- website/_build
+ deps
+ _build
47
key: ${{ runner.os }}-mix-erlang-${{ env.ERLANG_VERSION }}-elixir-${{ env.ELIXIR_VERSION }}-${{ hashFiles('**/mix.lock') }}
48
restore-keys: |
49
${{ runner.os }}-mix-erlang-${{ env.ERLANG_VERSION }}-elixir-${{ env.ELIXIR_VERSION }}-
0 commit comments