Skip to content

Commit

Permalink
don't run haddock in github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
LeventErkok committed Jan 6, 2024
1 parent 404dca4 commit 670668f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This GitHub workflow config has been generated by a script via
#
# haskell-ci 'github' 'sbvPlugin.cabal' '--no-tests' '--no-benchmarks'
# haskell-ci 'github' 'sbvPlugin.cabal' '--no-tests' '--no-benchmarks' '--no-haddock'
#
# To regenerate the script (for example after adjusting tested-with) run
#
Expand All @@ -10,7 +10,7 @@
#
# version: 0.17.20231110
#
# REGENDATA ("0.17.20231110",["github","sbvPlugin.cabal","--no-tests","--no-benchmarks"])
# REGENDATA ("0.17.20231110",["github","sbvPlugin.cabal","--no-tests","--no-benchmarks","--no-haddock"])
#
name: Haskell-CI
on:
Expand Down Expand Up @@ -173,9 +173,6 @@ jobs:
run: |
cd ${PKGDIR_sbvPlugin} || false
${CABAL} -vnormal check
- name: haddock
run: |
$CABAL v2-haddock --disable-documentation --haddock-all $ARG_COMPILER --with-haddock $HADDOCK $ARG_TESTS $ARG_BENCH all
- name: unconstrained build
run: |
rm -f cabal.project.local
Expand Down

0 comments on commit 670668f

Please sign in to comment.