Skip to content

Commit 2973ede

Browse files
committed
use printf
1 parent b6a3b39 commit 2973ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: create robots.txt
2828
run: |
29-
echo "User-agent: *\nDisallow: /specs\n" > _site/robots.txt
29+
printf "User-agent: *\nDisallow: /specs\n" > _site/robots.txt
3030
3131
- name: configure
3232
uses: actions/configure-pages@v4

0 commit comments

Comments
 (0)