Update .gitea/workflows/upload_site.yaml
Some checks failed
Generate and upload hugo website / generate_and_upload_site (push) Failing after 24s
Some checks failed
Generate and upload hugo website / generate_and_upload_site (push) Failing after 24s
This commit is contained in:
parent
2ac44f2acc
commit
c588222391
@ -3,7 +3,6 @@ name: Generate and upload hugo website
|
||||
on:
|
||||
push:
|
||||
|
||||
|
||||
jobs:
|
||||
generate_and_upload_site:
|
||||
runs-on: ubuntu-latest
|
||||
@ -18,7 +17,7 @@ jobs:
|
||||
# run: go install github.com/gohugoio/hugo@latest
|
||||
|
||||
- name: Install Hugo
|
||||
run: sudo apt install hugo
|
||||
run: sudo apt install hugo -y
|
||||
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user