Skip to content

Commit

Permalink
use echo
Browse files Browse the repository at this point in the history
  • Loading branch information
gbicann committed Jul 9, 2024
1 parent 70e3294 commit b6a3b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: create robots.txt
run: |
print "User-agent: *\nDisallow: /specs\n" > _site/robots.txt
echo "User-agent: *\nDisallow: /specs\n" > _site/robots.txt
- name: configure
uses: actions/configure-pages@v4
Expand Down

0 comments on commit b6a3b39

Please sign in to comment.