Actualiser .gitea/workflows/build.yaml
Some checks failed
continuous-integration/drone/push Build is passing
Production / deploy (push) Failing after 6s

This commit is contained in:
Mathieu Broillet 2023-07-03 13:53:08 +00:00
parent 01d7da8a64
commit 7c6f7840cf

View File

@ -14,7 +14,7 @@ jobs:
uses: https://github.com/actions/checkout@v3 uses: https://github.com/actions/checkout@v3
- name: Install hugo - name: Install hugo
run: apt-get install hugo run: apt-get update && apt-get install hugo
- name: Init submodules - name: Init submodules
run: git submodule update --init run: git submodule update --init