Apt update before installing hugo
Some checks failed
Build blog / Explore-Gitea-Actions (push) Failing after 8s
Some checks failed
Build blog / Explore-Gitea-Actions (push) Failing after 8s
This commit is contained in:
parent
d107769212
commit
a8733984ab
@ -7,8 +7,7 @@ jobs:
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- name: Install hugo
|
||||
run: sudo apt install hugo
|
||||
- name: Build blog
|
||||
run: hugo
|
||||
- run: sudo apt update
|
||||
- run: sudo apt install hugo
|
||||
- run: hugo
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user