Merge remote-tracking branch 'origin/master' into blog-content

This commit is contained in:
github-actions[bot] 2026-08-29 08:56:39 +00:00
commit 1bf4d4ff69
2 changed files with 20 additions and 1 deletions

View file

@ -105,6 +105,15 @@ jobs:
dist/ \
${DEPLOY_USER}@${DEPLOY_HOST}:${DEPLOY_PATH}/
- name: Submit to IndexNow
uses: bojieyang/indexnow-action@v3
with:
sitemap-location: '${{ env.SITE_URL }}sitemap.xml'
key: ${{ vars.INDEXNOW_KEY }}
lastmod-required: false
endpoint: api.indexnow.org
limit: 1000
manual-deploy:
if: github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
@ -165,4 +174,13 @@ jobs:
--no-group \
-e "ssh -p ${DEPLOY_PORT}" \
dist/ \
${DEPLOY_USER}@${DEPLOY_HOST}:${DEPLOY_PATH}/
${DEPLOY_USER}@${DEPLOY_HOST}:${DEPLOY_PATH}/
- name: Submit to IndexNow
uses: bojieyang/indexnow-action@v3
with:
sitemap-location: '${{ env.SITE_URL }}sitemap.xml'
key: ${{ vars.INDEXNOW_KEY }}
lastmod-required: false
endpoint: api.indexnow.org
limit: 1000

View file

@ -0,0 +1 @@
888c64d8d7d9a2b605bcd5277021a414