diff --git a/.gitea/workflows/hugo-build.yml b/.gitea/workflows/hugo-build.yml index bbafe86..962ed5f 100644 --- a/.gitea/workflows/hugo-build.yml +++ b/.gitea/workflows/hugo-build.yml @@ -15,6 +15,7 @@ jobs: with: submodules: recursive # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod + token: ${{ secret.PAT_TOKEN }} - name: Update submodules run: | git pull