Skip to content

Commit

Permalink
chore: Automatically publish documentation during release. (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion authored Feb 21, 2024
1 parent 3c92a9e commit f1303fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
on:
workflow_dispatch:
workflow_call:

name: Publish Documentation
jobs:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,8 @@ jobs:
with:
run_tests: true
dry_run: false

call-workflow-publish-docs:
needs: release-please
uses: ./.github/workflows/publish-docs.yml
if: ${{ needs.release-please.outputs.releases_created == 'true' }}

0 comments on commit f1303fa

Please sign in to comment.