Skip to content

Commit

Permalink
Fix haddocks references to libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
carbolymer committed Nov 16, 2023
1 parent afa7d7c commit 5942242
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/bin/haddocks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ HADDOCK_OPTS=(
--haddock-hyperlink-source
--haddock-option "--show-all"
--haddock-option "--use-unicode"
--haddock-option="--base-url=.."
--disable-tests
$DRY_RUN_ARGS
)
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/github-page.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "Haddock documentation"

on:
pull_request: # REMOVEME
push:
branches:
- main
Expand Down Expand Up @@ -137,7 +138,7 @@ jobs:
path: ./haddocks

- name: Deploy documentation to gh-pages 🚀
if: github.ref == 'refs/heads/main'
# if: github.ref == 'refs/heads/main'
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN || github.token }}
Expand Down

0 comments on commit 5942242

Please sign in to comment.