Skip to content

Commit

Permalink
Update jekyll-gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers authored Sep 24, 2024
1 parent 3d4720a commit 8320d1b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
outputs:
page_url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
Expand All @@ -57,10 +59,10 @@ jobs:
runs-on: ubuntu-latest
needs: deploy
steps:
- name: IndexNow Action for JNet
- name: IndexNow Action
uses: bojieyang/indexnow-action@v2
with:
sitemap-location: 'https://knet.masesgroup.com/sitemap.xml'
sitemap-location: '${{ needs.deploy.outputs.page_url }}sitemap.xml'
key: ${{ secrets.INDEXNOW_KEY }}
limit: 10000
timeout: 600000

0 comments on commit 8320d1b

Please sign in to comment.