Skip to content

Commit

Permalink
small-docs: merge upstream main
Browse files Browse the repository at this point in the history
  • Loading branch information
david-davies committed Nov 29, 2024
2 parents 75d9fd9 + 919ec1a commit 8da51d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
${{ runner.os }}-${{ matrix.ghc }}-${{ matrix.cabal }}-
- name: Doc
run: cabal haddock gigaparsec --enable-doc --haddock-hyperlink-source --haddock-quickjump --haddock-html-location='https://hackage.haskell.org/package/$pkg-$version/docs'
run: cabal haddock gigaparsec --enable-doc --haddock-hyperlink-source --haddock-quickjump --haddock-html-location='https://hackage.haskell.org/package/$pkg-$version/docs' --haddock-options=--optghc=-cpp --haddock-options=--optghc=-D__HADDOCK__

- name: Prepare to upload built htmls
run: cp -r ./$(find dist-newstyle -path '*/doc/html/gigaparsec') site
Expand Down

0 comments on commit 8da51d3

Please sign in to comment.