Skip to content

Commit 4e7f97d

Browse files
committed
fix: Rename job step to clarify IndexNow notification purpose
1 parent 986f27d commit 4e7f97d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
id: deployment
6868
uses: actions/deploy-pages@v4
6969

70-
- name: Submit IndexNow URLs
70+
- name: Notify IndexNow
7171
run: |
7272
key="${{ secrets.INDEXNOW_KEY }}"
7373
@@ -78,5 +78,7 @@ jobs:
7878
7979
site="https://aalmada.github.io/BookStore"
8080
key_location="${site}/${key}.txt"
81+
82+
# Notify IndexNow about the homepage and sitemap after each deployment.
8183
curl -fsS "https://api.indexnow.org/indexnow?url=${site}/&key=${key}&keyLocation=${key_location}"
8284
curl -fsS "https://api.indexnow.org/indexnow?url=${site}/sitemap.xml&key=${key}&keyLocation=${key_location}"

0 commit comments

Comments
 (0)