Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move IndexNow outside site builder #562

Closed
masesdevelopers opened this issue Sep 30, 2024 · 0 comments · Fixed by #563, #564 or #565
Closed

Move IndexNow outside site builder #562

masesdevelopers opened this issue Sep 30, 2024 · 0 comments · Fixed by #563, #564 or #565
Assignees
Labels
enhancement New feature or request github_actions Pull requests that update GitHub Actions code

Comments

@masesdevelopers
Copy link
Contributor

masesdevelopers commented Sep 30, 2024

Move the following piece

indexing:
runs-on: ubuntu-latest
needs: deploy
steps:
- name: IndexNow Action
uses: bojieyang/indexnow-action@v2
with:
sitemap-location: '${{ needs.deploy.outputs.page_url }}sitemap.xml'
key: ${{ secrets.INDEXNOW_KEY }}
limit: 10000
timeout: 600000

on a specific workflow which runs under a weekly cron job

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request github_actions Pull requests that update GitHub Actions code
Projects
None yet
1 participant