Skip to content

Commit

Permalink
Remove sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
darcymason committed Apr 27, 2023
1 parent 098740d commit 5a631e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-merge-docs.yml
Expand Up @@ -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
Expand Down

0 comments on commit 5a631e2

Please sign in to comment.