Skip to content

Commit

Permalink
[Update] Test Adding plantuml GitHub action
Browse files Browse the repository at this point in the history
Major:
- Edited the documentation build workflow to generate the sequence diagrams before generating the doc with DocFX. Then, since the MarkDown file reference in adavance the file that will be generated, the image should appear in the file as planned.
  • Loading branch information
Jacopin Eliott committed Oct 20, 2023
1 parent 6b2b8b6 commit b6ed23a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ jobs:
#run: choco install -y docfx
run: dotnet tool install -g docfx

- name: plantuml
id: plantuml
uses: grassedge/[email protected]
with:
path: .
message: "Render PlantUML files"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Build
run: docfx DocFX/docfx.json

Expand Down

0 comments on commit b6ed23a

Please sign in to comment.