Added the ability to include drawio diagrams into the sphinx docs. (#107)

This commit is contained in:
2023-09-09 17:43:23 +02:00
parent 3fad05309f
commit 54dd574fb8
4 changed files with 12 additions and 1 deletions

View File

@ -4,6 +4,7 @@ on:
push:
branches:
- main
- docs/timeline-etc
pull_request:
types: [reopened, opened, synchronize]
@ -12,7 +13,10 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- run: sudo apt install pandoc -y
- name: Install prio to running the process
run: |
sudo apt install pandoc snapd -y
sudo snap install drawio
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4