From f42ccdbeebfce9b69a19ea6413f3aa7666f23d43 Mon Sep 17 00:00:00 2001 From: Ismail Ugur Bayindir Date: Mon, 2 Oct 2023 12:26:23 +0100 Subject: [PATCH] Update publish-docs.yml --- .github/workflows/publish-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index 2f46c6d..35ab0fd 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -26,7 +26,7 @@ jobs: - name: Install Dependencies and Build Documentation run: | - apt-get install python3-sphinx + sudo apt-get install python3-sphinx # poetry install cd docs # poetry run make html