Skip to content

Commit

Permalink
Corrected documentation deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
TimeTravelPenguin committed Nov 12, 2023
1 parent c19db42 commit 14dca26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
ghc-version: ${{ vars.GHC_VERSION }}
ghc-version: ['${{ vars.GHC_VERSION }}']

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 14dca26

Please sign in to comment.