From b45eb418c014aa6b1d67d9ce9937aac5908a0ece Mon Sep 17 00:00:00 2001 From: ClovertaTheTrilobita Date: Sat, 29 Aug 2026 16:58:54 +0800 Subject: [PATCH] fix sitemap --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3afcb66..0d5cf0f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -108,7 +108,7 @@ jobs: - name: Submit to IndexNow uses: bojieyang/indexnow-action@v3 with: - sitemap-location: '${{ env.SITE_URL }}sitemap.xml' + sitemap-location: '${{ env.SITE_URL }}sitemap-index.xml' key: ${{ vars.INDEXNOW_KEY }} lastmod-required: false endpoint: api.indexnow.org