Skip to content

Commit

Permalink
Update sitemaps.yml (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher authored Nov 21, 2023
1 parent 0e8da44 commit f3ac275
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sitemaps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,5 @@ jobs:
print(f'\nFound {len(urls_to_submit)} URLs updated in last commit to submit:\n{"\n".join(urls_to_submit)}\n')
# Submit filtered URLs
submit_urls_to_indexnow(host, urls_to_submit)
if urls_to_submit:
submit_urls_to_indexnow(host, urls_to_submit)

0 comments on commit f3ac275

Please sign in to comment.