We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 986f27d commit 4e7f97dCopy full SHA for 4e7f97d
1 file changed
.github/workflows/docs.yml
@@ -67,7 +67,7 @@ jobs:
67
id: deployment
68
uses: actions/deploy-pages@v4
69
70
- - name: Submit IndexNow URLs
+ - name: Notify IndexNow
71
run: |
72
key="${{ secrets.INDEXNOW_KEY }}"
73
@@ -78,5 +78,7 @@ jobs:
78
79
site="https://aalmada.github.io/BookStore"
80
key_location="${site}/${key}.txt"
81
+
82
+ # Notify IndexNow about the homepage and sitemap after each deployment.
83
curl -fsS "https://api.indexnow.org/indexnow?url=${site}/&key=${key}&keyLocation=${key_location}"
84
curl -fsS "https://api.indexnow.org/indexnow?url=${site}/sitemap.xml&key=${key}&keyLocation=${key_location}"
0 commit comments