Skip to content

Commit

Permalink
publish documentation manually since unlit-markdown breaks the build
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Feb 9, 2024
1 parent 6cb9ff4 commit c794dea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ jobs:
with:
prefix: null
- run: cabal sdist
- run: cabal haddock --haddock-for-hackage --enable-documentation
- uses: haskell-actions/hackage-publish@v1.1
with:
hackageToken: ${{ secrets.HACKAGE_AUTH_TOKEN }}
publish: true
docsPath: dist-newstyle
if: steps.autotag.outputs.created

0 comments on commit c794dea

Please sign in to comment.