Skip to content

Commit

Permalink
fix: wiki publishing workflow using sudo apt
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Jan 21, 2024
1 parent 905bf5c commit 3f72179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Push content to wiki
run: |
apt-get update && apt-get install -y rsync
sudo apt-get update && sudo apt-get install -y rsync
# Rename file to Home.md for root page
mv docs/${{ inputs.homepage_path }} docs/Home.md
rsync -av --delete docs/ tmp_wiki/ --exclude .git
Expand Down

0 comments on commit 3f72179

Please sign in to comment.