Skip to content

Commit cd22904

Browse files
committed
Update pages.yml
1 parent 6976ea3 commit cd22904

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/pages.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,13 @@ jobs:
5151
env:
5252
JEKYLL_ENV: production
5353

54+
- name: Show generated robots.txt and sitemap locs
55+
run: |
56+
echo "=== _site/robots.txt ==="
57+
cat _site/robots.txt
58+
echo "=== sitemap first loc ==="
59+
head -n 30 _site/sitemap.xml | sed -n '1,30p'
60+
5461
- name: Upload artifact
5562
# Automatically uploads an artifact from the './_site' directory by default
5663
uses: actions/upload-pages-artifact@v4

0 commit comments

Comments
 (0)