Skip to content

Commit

Permalink
fix: force remove robots.txt file
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgepiloto committed Apr 17, 2024
1 parent a66578f commit dd5b07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _doc-gen-robots/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ runs:
- name: "Generate the robots.txt file"
shell: bash
run: |
rm robots.txt && touch robots.txt
rm -rf robots.txt && touch robots.txt
- name: "Allow all agents to crawl the website"
shell: bash
Expand Down

0 comments on commit dd5b07d

Please sign in to comment.