Skip to content

Commit d07c547

Browse files
committed
Install Hugo Snap package from edge channel
1 parent a8dee82 commit d07c547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: "Checkout"
1313
uses: "actions/checkout@v4"
1414
- name: "Setup Hugo"
15-
run: "sudo snap install hugo"
15+
run: "sudo snap install --edge hugo"
1616
- name: "Setup Sass"
1717
run: "sudo snap install dart-sass"
1818
- id: "pages"

0 commit comments

Comments
 (0)