Fix sed command on macOS

This commit is contained in:
Richard Feldman 2023-11-19 00:43:43 -05:00
parent f4b8d1b4ff
commit 9cf46f3fd2
No known key found for this signature in database
GPG Key ID: F1F21AA5B1D9E43B

View File

@ -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