We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0a28b8 commit c945243Copy full SHA for c945243
.github/workflows/ci-haddock.sh
@@ -1,7 +1,9 @@
1
#!/usr/bin/env bash
2
set -e
3
4
-cabal haddock --haddock-tests all
+# without --disable-documentation haddock will recompile all the things
5
+# See https://github.com/haskell/cabal/issues/8707
6
+cabal haddock --disable-documentation --haddock-tests all
7
8
[ ! -d docs/static/haddock ] && mkdir -p docs/static/haddock
9
0 commit comments