Skip to content

Commit

Permalink
doc: workflows for openapi and autodoc publication
Browse files Browse the repository at this point in the history
  • Loading branch information
bscholtes1A committed Mar 28, 2024
1 parent 2ca1f5e commit 51f5d6f
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .github/workflows/publish-autodoc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: publish autodoc

on:
push:
branches:
- main
workflow_dispatch:
inputs:
version:
description: version to be published
required: false
type: string

jobs:
publish:
uses: eclipse-edc/.github/.github/workflows/publish-autodoc.yml@main
secrets: inherit
with:
version: ${{ github.event.inputs.version }}
10 changes: 9 additions & 1 deletion .github/workflows/publish-openapi-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@ on:
push:
branches:
- main
workflow_dispatch:
inputs:
version:
description: version to be published
required: false
type: string

jobs:
publish:
uses: eclipse-edc/.github/.github/workflows/publish-openapi-ui.yml@main
secrets: inherit
secrets: inherit
with:
version: ${{ github.event.inputs.version }}

0 comments on commit 51f5d6f

Please sign in to comment.