Skip to content

Commit

Permalink
Do not run apt update due to ammaraskar/sphinx-action#33
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-ballarin committed Nov 28, 2021
1 parent f0ae60a commit aca37c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: ammaraskar/sphinx-action@master
with:
pre-build-command: |
apt-get -qq update && apt-get -qq install git
apt-get -qq install git
pip3 -q install sphinx-material
docs-folder: .
- name: Fix permissions
Expand Down

0 comments on commit aca37c4

Please sign in to comment.