diff --git a/.github/workflows/pr-merge-docs.yml b/.github/workflows/pr-merge-docs.yml index bbb4681cc5..673a069772 100644 --- a/.github/workflows/pr-merge-docs.yml +++ b/.github/workflows/pr-merge-docs.yml @@ -14,7 +14,7 @@ jobs: - name: Build HTML uses: ammaraskar/sphinx-action@master with: - pre-build-command: "sudo apt-get update -y && apt-get install -y git && pip install -U -r doc/requirements-docs.txt" + pre-build-command: "apt-get update -y && apt-get install -y git && pip install -U -r doc/requirements-docs.txt" docs-folder: "doc/" - name: Upload artifacts uses: actions/upload-artifact@v3