mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-05 01:58:58 +03:00
Fix sed command on macOS
This commit is contained in:
parent
f4b8d1b4ff
commit
9cf46f3fd2
@ -25,7 +25,7 @@ unzip examples-main.zip
|
||||
cp -R examples-main/examples/ content/examples/
|
||||
|
||||
# relace links in content/examples/index.md to work on the WIP site
|
||||
sed -i '' 's|](/|](/examples/|' content/examples/index.md
|
||||
sed -i'' 's|](/|](/examples/|' content/examples/index.md
|
||||
|
||||
# clean up examples artifacts
|
||||
rm -rf examples-main examples-main.zip
|
||||
|
Loading…
Reference in New Issue
Block a user