Skip to content

Commit

Permalink
Attemp to fix doc workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Naylor committed May 20, 2024
1 parent d8a5623 commit 5cf4465
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
ghc-version: '9.2.1'
- name: Generate documentation
run: |
cabal install --lib async
haddock --source-module=$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/tree/$GITHUB_SHA/%{FILE} \
--source-entity=$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/tree/$GITHUB_SHA/%{FILE}#L%{LINE} \
--title=blarney \
Expand Down

0 comments on commit 5cf4465

Please sign in to comment.