diff --git a/.gitea/workflows/hugo-build.yml b/.gitea/workflows/hugo-build.yml index 962ed5f..9bd81a7 100644 --- a/.gitea/workflows/hugo-build.yml +++ b/.gitea/workflows/hugo-build.yml @@ -15,7 +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 }} + token: ${{ secrets.PAT_TOKEN }} - name: Update submodules run: | git pull