Skip to content

Commit

Permalink
ci: publish docs to github pages, for (non-pre) releases
Browse files Browse the repository at this point in the history
Signed-off-by: Nico Braun <[email protected]>
  • Loading branch information
bluebrown committed Jul 28, 2023
1 parent 5a68f59 commit 81129fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PRE_RELEASE: ${{ github.event.inputs.preRelease == 'true' && '1' || '0' }}

- name: Publish docs
run: make github-pages
if: github.events.inputs.preRelease != 'true'

0 comments on commit 81129fb

Please sign in to comment.