Skip to content

Commit 6de1031

Browse files
committed
Hugo from APT.
1 parent 96ae7b2 commit 6de1031

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ jobs:
2020
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
2121

2222
- name: Setup Hugo
23-
uses: peaceiris/actions-hugo@v3
24-
with:
25-
hugo-version: '0.119.0'
26-
extended: true
23+
run: sudo apt install hugo
2724

2825
- name: Build
2926
run: hugo --minify

0 commit comments

Comments
 (0)