Update .gitea/workflows/upload_site.yaml
Some checks failed
Generate and upload hugo website / generate_and_upload_site (push) Failing after 19s
Some checks failed
Generate and upload hugo website / generate_and_upload_site (push) Failing after 19s
This commit is contained in:
parent
c6c953be01
commit
2ac44f2acc
@ -14,8 +14,11 @@ jobs:
|
||||
- name: Install Go
|
||||
run: sudo apt install golang-go -y
|
||||
|
||||
- name: Building Hugo
|
||||
run: go install github.com/gohugoio/hugo@latest
|
||||
#- name: Building Hugo
|
||||
# run: go install github.com/gohugoio/hugo@latest
|
||||
|
||||
- name: Install Hugo
|
||||
run: sudo apt install hugo
|
||||
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user