Skip to content

Commit

Permalink
fix missing sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
oskar2517 committed Nov 20, 2024
1 parent b222db8 commit 594599c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
HUGO_VERSION: 0.138.0
steps:
- name: Install Hugo CLI
run: snap install hugo
run: sudo snap install hugo
- name: Checkout
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 594599c

Please sign in to comment.