Skip to content

docs: deleted documentation that was moved to the website (#4515) #307

docs: deleted documentation that was moved to the website (#4515)

docs: deleted documentation that was moved to the website (#4515) #307

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 }}