From 00d74712dbde1be84b5093c54798410eb703fbe7 Mon Sep 17 00:00:00 2001 From: Phillip Smith Date: Sun, 12 Nov 2023 15:40:46 +1100 Subject: [PATCH] Corrected documentation deployment --- .github/workflows/haskell.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 4ba204f..0a27148 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -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 @@ -121,5 +121,5 @@ jobs: clean: true branch: gh-pages target-folder: docs - folder: ${{ env.docs_dir }} + folder: ${{ vars.docs_dir }} \ No newline at end of file