Skip to content

Commit

Permalink
just diabling haddock-project
Browse files Browse the repository at this point in the history
  • Loading branch information
noinia committed Nov 18, 2023
1 parent eefdeb2 commit c805c59
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,12 +170,8 @@ jobs:
restore-keys: ${{ runner.os }}-${{ matrix.compiler }}-
- name: haddock
run: |
"$HOME/.ghcup/bin/ghcup" set ghc "$HCVER"
export PATH=~/.ghcup/bin:$PATH
$CABAL haddock --disable-documentation --haddock-all $ARG_TESTS $ARG_BENCH all > haddock.raw.txt
# $CABAL haddock-project
env:
HCVER: ${{ matrix.compilerVersion }}
$CABAL v2-haddock --disable-documentation --haddock-all $ARG_COMPILER --with-haddock $HADDOCK $ARG_TESTS $ARG_BENCH all > haddock.raw.txt
# $CABAL haddock-project --with-compiler=$HC --with-haddock $HADDOCK
- name: haddock-badge
run: |
grep ") in " haddock.raw.txt | sort -hr > haddock.txt
Expand Down

0 comments on commit c805c59

Please sign in to comment.