Skip to content

Commit

Permalink
trying once more
Browse files Browse the repository at this point in the history
  • Loading branch information
noinia committed Nov 18, 2023
1 parent c805c59 commit cdd1a2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ jobs:
restore-keys: ${{ runner.os }}-${{ matrix.compiler }}-
- name: haddock
run: |
$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
$CABAL v2-haddock --disable-documentation --haddock-all $ARG_COMPILER --with-haddock $HADDOCK all > haddock.raw.txt
$CABAL haddock-project --with-haddock=$HADDOCK --with-ghc=$HC
- name: haddock-badge
run: |
grep ") in " haddock.raw.txt | sort -hr > haddock.txt
Expand Down

0 comments on commit cdd1a2d

Please sign in to comment.