From fa272e6491bd6ebc1a53381ccef3056c13e4d521 Mon Sep 17 00:00:00 2001 From: Tristan Nolde Date: Mon, 25 Sep 2023 20:40:29 +0200 Subject: [PATCH] Update .github/workflows/documentation.yaml Co-authored-by: Philipp Horstenkamp --- .github/workflows/documentation.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 4ff8406..b144ea9 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -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