Skip to content

Commit

Permalink
create robots.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
gbicann committed Jul 9, 2024
1 parent 14e1b9f commit 70e3294
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
- name: copy files
run: cp -Rvp lib specs _site/

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

Expand Down

0 comments on commit 70e3294

Please sign in to comment.