diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 684303d..f939f6f 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -7,6 +7,8 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@v4 + with: + submodules: true - name: Setup Hugo uses: peaceiris/actions-hugo@v3