update sponsors #25
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Publish Sitemap | |
on: | |
push: | |
branches: [ main ] | |
jobs: | |
ping: | |
name: Ping Google | |
runs-on: ubuntu-latest | |
steps: | |
- name: Send HTTP GET request | |
run: curl https://www.google.com/ping?sitemap=https://solothought.com/sitemap.xml |