Skip to content

Commit

Permalink
Run hexdoc build on pull requests to make sure the book works
Browse files Browse the repository at this point in the history
  • Loading branch information
object-Object committed Mar 29, 2024
1 parent f98e45b commit 66b52f7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,15 @@ jobs:
run: |
git add --intent-to-add .
git diff --name-only --exit-code -- ":!:*/src/generated/resources/.cache/*"
hexdoc:
uses: hexdoc-dev/hexdoc/.github/workflows/hexdoc.yml@main
permissions:
contents: write
pages: read
secrets:
GH_TOKEN: ""
with:
python-version: "3.11"
release: false
deploy-pages: false

0 comments on commit 66b52f7

Please sign in to comment.