mirror of
https://github.com/tiennm99/miti99.git
synced 2026-08-11 00:25:29 +00:00
Update hugo.yml
This commit is contained in:
@@ -96,3 +96,14 @@ jobs:
|
||||
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
||||
command: pages deploy . --project-name=miti99
|
||||
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
submit-indexnow:
|
||||
runs-on: ubuntu-latest
|
||||
name: Check and submit to IndexNow
|
||||
needs: deploy-cloudflare
|
||||
steps:
|
||||
- name: indexnow-action
|
||||
uses: bojieyang/indexnow-action@v2
|
||||
with:
|
||||
sitemap-location: 'https://miti99.com/sitemap.xml'
|
||||
key: ${{ secrets.INDEXNOW_KEY }}
|
||||
|
||||
Reference in New Issue
Block a user