diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30f5e3f..63a984e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: cd unix-*/ cabal test all --test-show-details=direct - name: Haddock - run: cabal haddock + run: cabal haddock --disable-documentation centos7: runs-on: ubuntu-latest