Update the product name in privacy #70
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: Submit Sitemap to Google | |
on: | |
push: | |
branches: | |
- main # Replace "main" with the name of your default branch, if different. | |
jobs: | |
submit_sitemap: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v2 | |
# Add any build steps necessary for your project here. | |
- name: Submit sitemap to Google | |
run: | | |
curl https://www.google.com/ping?sitemap=https://langgenius.ai/sitemap.xml |