Actualiser .gitea/workflows/build.yaml
This commit is contained in:
parent
7c6f7840cf
commit
477042e3ee
@ -14,7 +14,7 @@ jobs:
|
||||
uses: https://github.com/actions/checkout@v3
|
||||
|
||||
- name: Install hugo
|
||||
run: apt-get update && apt-get install hugo
|
||||
run: apt-get update -y && apt-get install hugo -y
|
||||
|
||||
- name: Init submodules
|
||||
run: git submodule update --init
|
||||
|
Loading…
Reference in New Issue
Block a user