add submodules to checkout
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
Build Hugo Site / build (push) Successful in 9s

This commit is contained in:
Phil 2024-11-19 15:05:21 -07:00
parent 997efc270a
commit 033e81ea68

View File

@ -8,6 +8,8 @@ jobs:
steps:
- run: apk add --no-cache nodejs
- uses: actions/checkout@v4
with:
submodules: 'true'
- uses: actions/setup-go@v3
with:
go-version: '>=1.17.0'