From c0d91a5427cd152fa9bc6856cad5ef213ef47e1a Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Sat, 30 Oct 2021 21:46:45 +0200 Subject: [PATCH] test --- .github/workflows/documentation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index f866c63..142e926 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -26,7 +26,7 @@ jobs: run: sudo apt-get update -y && sudo apt-get install -y git python3-sphinx graphviz libenchant1c2a - - uses: ammaraskar/sphinx-action@0.4 + - uses: ammaraskar/sphinx-action@master with: - docs-folder: "doc/" pre-build-command: "apt-get update -y && apt-get install -y git python3-sphinx graphviz libenchant1c2a" + docs-folder: "doc/"