Skip to content

Commit

Permalink
[ fix ] transposition in the key name!
Browse files Browse the repository at this point in the history
  • Loading branch information
gallais committed Oct 17, 2023
1 parent 0bafe30 commit 0a6e3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
~/_dist
~/.cabal/bin/
key: cabal-${{ runner.os }}-${{ env.GHC_VERSION }}-${{ github.sha }}
restore-keys: cabal-${{ env.GHC_VERSION }}-${{ runner.os }}
restore-keys: cabal-${{ runner.os }}-${{ env.GHC_VERSION }}

##### Installation #######################################
- name: Install Generate[101]
Expand Down

0 comments on commit 0a6e3c9

Please sign in to comment.