Merge pull request #37 from ClovertaTheTrilobita/dev

fix sitemap
This commit is contained in:
ClovertaTheTrilobita 2026-08-29 17:01:26 +08:00 committed by GitHub
commit c9d5ed26d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -108,7 +108,7 @@ jobs:
- name: Submit to IndexNow - name: Submit to IndexNow
uses: bojieyang/indexnow-action@v3 uses: bojieyang/indexnow-action@v3
with: with:
sitemap-location: '${{ env.SITE_URL }}sitemap.xml' sitemap-location: '${{ env.SITE_URL }}sitemap-index.xml'
key: ${{ vars.INDEXNOW_KEY }} key: ${{ vars.INDEXNOW_KEY }}
lastmod-required: false lastmod-required: false
endpoint: api.indexnow.org endpoint: api.indexnow.org