Skip to content

Commit 7974191

Browse files
committed
ci: don't build docs for external packages
1 parent 46375bd commit 7974191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ jobs:
8080
run: cabal test all
8181

8282
- name: Build documentation
83-
run: cabal haddock all
83+
run: cabal haddock all --disable-documentation

0 commit comments

Comments
 (0)