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