From aca37c42691d01ce7953a93b8e030a404a5ce8bb Mon Sep 17 00:00:00 2001 From: Francesco Ballarin Date: Sun, 28 Nov 2021 12:14:53 +0100 Subject: [PATCH] Do not run apt update due to ammaraskar/sphinx-action#33 --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 76ff9186..243c84ba 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -26,7 +26,7 @@ jobs: uses: ammaraskar/sphinx-action@master with: pre-build-command: | - apt-get -qq update && apt-get -qq install git + apt-get -qq install git pip3 -q install sphinx-material docs-folder: . - name: Fix permissions