Skip to content

Commit

Permalink
build: publish autodoc output on github pages (eclipse-edc#3993)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr-brt committed Mar 13, 2024
1 parent 34467ea commit 320a03d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release-edc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ jobs:
outputs:
edc-version: ${{ env.EDC_VERSION }}

publish-autodoc:
needs: Prepare-Release
uses: eclipse-edc/.github/.github/workflows/publish-autodoc.yml@main
secrets: inherit
with:
version: ${{ needs.Prepare-Release.outputs.edc-version }}

publish-openapi-ui:
needs: Prepare-Release
uses: eclipse-edc/.github/.github/workflows/publish-openapi-ui.yml@main
Expand Down

0 comments on commit 320a03d

Please sign in to comment.