Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalBrains1 committed Jan 28, 2025
1 parent 9002122 commit b1260c6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ jobs:
- "9.4.8"
- "9.8.4"
- "9.10.1"
include:
- check_haddock: "false"
- ghc: "9.6.4"
check_haddock: "true"
check_haddock: "no"

env:
check_haddock: ${{ matrix.check_haddock }}
Expand Down Expand Up @@ -77,6 +74,6 @@ jobs:
.ci/test_cabal.sh
- name: Documentation
if: ${{ matrix.check_haddock }}
if: ${{ matrix.check_haddock == 'yes' }}
run: |
.ci/build_docs.sh

0 comments on commit b1260c6

Please sign in to comment.