Skip to content

Commit

Permalink
Robots.txt in dev: overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
starsep committed Feb 7, 2024
1 parent 0617e37 commit 5afce22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: ./scripts/build_every_lang.sh && npm run build
- name: Create robots.txt
run: |
cat << 'EOF' >> build/robots.txt
cat << 'EOF' > build/robots.txt
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow: /
Expand Down

0 comments on commit 5afce22

Please sign in to comment.