Skip to content

Commit

Permalink
no sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
jxbz committed Jun 2, 2024
1 parent db04dc2 commit dd1cfc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: ammaraskar/sphinx-action@master
with:
docs-folder: docs/
pre-build-command: "sudo wget -nc https://github.com/ipython/xkcd-font/blob/master/xkcd-script/font/xkcd-script.ttf?raw=true -O /usr/local/share/fonts/xkcd-Script.ttf || true; fc-cache -f -v"
pre-build-command: "wget -nc https://github.com/ipython/xkcd-font/blob/master/xkcd-script/font/xkcd-script.ttf?raw=true -O /usr/local/share/fonts/xkcd-Script.ttf || true; fc-cache -f -v"
build-command: "sphinx-build -b dirhtml source build"
- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit dd1cfc3

Please sign in to comment.