From 6efa0e800c1dc4a4ca9cec16f56547fed76fab10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ina=20Od=C3=A9n=20=C3=96sterbo?= Date: Wed, 18 Dec 2024 12:10:01 +0100 Subject: [PATCH] revert --- .github/workflows/docs-github-pages-cli.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs-github-pages-cli.yml b/.github/workflows/docs-github-pages-cli.yml index 2a42ccd3..3ff7127d 100644 --- a/.github/workflows/docs-github-pages-cli.yml +++ b/.github/workflows/docs-github-pages-cli.yml @@ -25,7 +25,7 @@ jobs: uses: matthiaszepper/sphinx-action-v4@latest with: # container: latest - pre-build-command: "apt-get update && apt-get -y install build-essential && apk add g++ gcc musl-dev libffi-dev && pip install ." + pre-build-command: "apt-get update && apt-get -y install build-essential && pip install ." build-command: "make dirhtml" docs-folder: "docs/" - name: Deploy