Update .github/workflows/documentation.yaml

Co-authored-by: Philipp Horstenkamp <philipp@horstenkamp.de>
This commit is contained in:
Tristan Nolde 2023-09-25 20:40:29 +02:00 committed by GitHub
parent f54c140d98
commit fa272e6491
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,8 +15,7 @@ jobs:
steps:
- name: Install prio to running the process
run: |
sudo apt install pandoc snapd -y
sudo snap install drawio
sudo apt install pandoc -y
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4