Checkout submodules in CI
Some checks failed
Build blog / build (push) Failing after 18s

This commit is contained in:
Maciej Krzyżanowski 2025-01-17 01:13:52 +01:00
parent 30bca5ce7b
commit c033fc75c8

View File

@ -7,6 +7,8 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
with:
submodules: recursive
- run: sudo apt -qqy update
- run: sudo apt -qqy install hugo
- run: hugo