Skip to content

Commit

Permalink
ci: sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Sep 16, 2024
1 parent 2d45f8b commit d2efd37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: install hugo
run: apt update && apt install -qy hugo
run: sudo apt update && sudo apt install -qy hugo
- name: Build
run: hugo
- uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit d2efd37

Please sign in to comment.