mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
Deploy dev docs - fix sed command (#4221)
# Objective - #3535 introduced deploying docs with an error in sed command ## Solution - fix sed command - make the command cross platform
This commit is contained in:
parent
e020c57211
commit
6ff17eaab8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
|||
# - Adds a meta tag that forces Google not to index any page on the site.
|
||||
- name: Pre-docs-build
|
||||
run: |
|
||||
sed -i "s/icon.png/icon-docs-dev.png" src/lib.rs
|
||||
sed -i.bak "s/icon.png/icon-docs-dev.png/" src/lib.rs
|
||||
echo "<meta name=\"robots\" content=\"noindex\">" > header.html
|
||||
|
||||
- name: Build docs
|
||||
|
|
Loading…
Reference in a new issue