Skip to content

Commit

Permalink
build: publish autodoc output on github pages (#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 9d14fc3
Showing 1 changed file with 11 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

0 comments on commit 9d14fc3

Please sign in to comment.