From 247211d0cedc97c706ca65e274e20786771757b5 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Mon, 28 Sep 2020 21:31:29 +0200 Subject: [PATCH] install sphinx --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index bb69bf3..e472df9 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -25,4 +25,4 @@ jobs: - uses: ammaraskar/sphinx-action@0.4 with: docs-folder: "doc/" - pre-build-command: "apt-get update -y && apt-get install -y git" \ No newline at end of file + pre-build-command: "apt-get update -y && apt-get install -y git sphinx" \ No newline at end of file