Skip to content

Commit 4653a88

Browse files
Revert fixes to documentation generation in CI. (#15)
2 parents bf750f4 + b823b22 commit 4653a88

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,13 @@ jobs:
7474
cabal build all
7575
--builddir=${{ env.cabal-build-dir }}
7676
--only-dependencies
77-
--enable-documentation
7877
7978
- name: Build
8079
run: >
8180
cabal build all
8281
--builddir=${{ env.cabal-build-dir }}
8382
--enable-tests
8483
--enable-benchmarks
85-
--enable-documentation
8684
8785
- name: Test
8886
run: >

0 commit comments

Comments
 (0)