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 12, 2024
1 parent 20bb0a4 commit 8271057
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/publish-autodoc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: publish autodoc

on:
push:
branches:
- main

jobs:
publish:
uses: eclipse-edc/.github/.github/workflows/publish-autodoc.yml@main
secrets: inherit
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 8271057

Please sign in to comment.