We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6976ea3 commit cd22904Copy full SHA for cd22904
.github/workflows/pages.yml
@@ -51,6 +51,13 @@ jobs:
51
env:
52
JEKYLL_ENV: production
53
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
+
61
- name: Upload artifact
62
# Automatically uploads an artifact from the './_site' directory by default
63
uses: actions/upload-pages-artifact@v4
0 commit comments