Skip to content

Commit 3cf18d9

Browse files
authored
Fix of missing newline on end of robots.txt
Add empty line to robots.txt before sitemap entry
1 parent f7db439 commit 3cf18d9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/toPages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ jobs:
115115
-H "Authorization: token $GITHUB_TOKEN" \
116116
"$url" -o "$hlpdir/$name"
117117
done
118-
118+
119+
echo "" >> robots.txt
119120
echo "Sitemap: https://helpviewer.github.io/s/sitemap.xml" >> robots.txt
120121
121122
- name: Commit and push changes

0 commit comments

Comments
 (0)