Skip to content

Commit c534a9c

Browse files
committed
Added apt-get update to CI build script.
1 parent f23752e commit c534a9c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
2121

2222
- name: Setup Hugo
23-
run: sudo apt install hugo
23+
run: |
24+
sudo apt-get update
25+
sudo apt-get install hugo
2426
2527
- name: Build
2628
run: hugo --minify

0 commit comments

Comments
 (0)