Skip to content

Commit 36eb67a

Browse files
Generate documentation only with GHC 9.12.
1 parent 78c30c7 commit 36eb67a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ jobs:
105105
|| true
106106
107107
- name: Documentation (Generation)
108+
if: |
109+
matrix.os == 'ubuntu-latest'
110+
&& matrix.ghc == '9.12'
108111
run: >
109112
cabal haddock-project
110113
--hackage

0 commit comments

Comments
 (0)