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 14dca26 commit 00d7471
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up GHC ${{ env.GHC_VERSION }}
- name: Set up GHC ${{ vars.GHC_VERSION }}
uses: haskell-actions/setup@v2
id: setup
with:
ghc-version: ${{ env.GHC_VERSION }}
ghc-version: ${{ vars.GHC_VERSION }}
cabal-version: 'latest'
cabal-update: true

Expand Down Expand Up @@ -121,5 +121,5 @@ jobs:
clean: true
branch: gh-pages
target-folder: docs
folder: ${{ env.docs_dir }}
folder: ${{ vars.docs_dir }}

0 comments on commit 00d7471

Please sign in to comment.