bevy/.github/workflows
Brezak 293e91564b
Fix the dev docs robots.txt containing a literal \n instead of a newline (#14347)
# Objective

The robots.txt file for the [dev docs](https://dev-docs.bevyengine.org)
looks like this `User-Agent: *\nDisallow: /`
It should look like this
```
User-Agent: *
Disallow: /
```

## Solution

Use
[`ANSI-C`](https://www.gnu.org/software/bash/manual/bash.html#ANSI_002dC-Quoting)
quoting to properly handle the `\n`

## Testing

- [x] Run the fixed echo command in local terminal.
- [ ] Wait for the dev doces to deploy and observe if the mistake has
been fixed
2024-07-16 17:49:07 +00:00
..
action-on-PR-labeled.yml Bump actions/github-script from 6 to 7 (#10653) 2023-11-20 09:01:27 +00:00
ci-comment-failures.yml Bump actions/github-script from 6 to 7 (#10653) 2023-11-20 09:01:27 +00:00
ci.yml Bump crate-ci/typos from 1.23.1 to 1.23.2 (#14324) 2024-07-15 06:55:19 +00:00
daily.yml Remove unused nightly toolchain environmental variable (#13037) 2024-04-19 21:17:38 +00:00
dependencies.yml add cancel in progress support to automated CI checks (#11130) 2024-02-28 16:07:29 +00:00
docs.yml Fix the dev docs robots.txt containing a literal \n instead of a newline (#14347) 2024-07-16 17:49:07 +00:00
post-release.yml prepare next version: update regexes (#14170) 2024-07-08 02:32:16 +00:00
release.yml Update release workflow pr body (#13274) 2024-05-12 20:51:14 +00:00
validation-jobs.yml Windows CI example runner: back to using rust stable (#13863) 2024-06-27 05:12:15 +00:00
weekly.yml Remove unused nightly toolchain environmental variable (#13037) 2024-04-19 21:17:38 +00:00
welcome.yml Bump actions/github-script from 6 to 7 (#10653) 2023-11-20 09:01:27 +00:00