update gitea workflow
Some checks failed
Production / deploy (push) Failing after 3s
continuous-integration/drone/push Build is passing

This commit is contained in:
Mathieu Broillet 2023-07-03 13:50:20 +00:00
parent d2e750cc4a
commit e37769c0e7

View File

@ -12,7 +12,9 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: https://github.com/actions/checkout@v3 uses: https://github.com/actions/checkout@v3
submodules: true
- name: Init submodules
run: git submodule update --init
- name: Check Hugo version - name: Check Hugo version
run: hugo version run: hugo version