diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 8ed3e9e..0e1adeb 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -13,6 +13,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 with: + persist-credentials: false submodules: true # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod