You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
568tools/.github/workflows/push_sitemap.yml

16 lines
277 B

# workflow to summit Sitemap to google, etc.
name: Submit Sitemap
on:
push:
branches:
- main
jobs:
submit:
runs-on: ubuntu-latest
steps:
- name: Ping Google
run: curl https://www.google.com/ping?sitemap=https://Tools.PJ568.eu.org/sitemap.xml