checkout recursively
Some checks failed
Hugo / build (push) Failing after 4s

This commit is contained in:
brookee 2024-02-27 22:40:32 -05:00
parent 3b41a55e2d
commit 380b5f7107

View file

@ -9,6 +9,10 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
lfs: true
submodules: recursive
- name: Grab packages
run: |
apt-get update && \