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 ee824f4 commit 0fa01f4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 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,11 +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://jnet.masesgroup.com/sitemap.xml'
sitemap-location: '${{ needs.deploy.outputs.page_url }}sitemap.xml'
key: ${{ secrets.INDEXNOW_KEY }}
since-unit: week
limit: 10000
timeout: 600000
timeout: 600000

0 comments on commit 0fa01f4

Please sign in to comment.