Skip to content

Commit a03e505

Browse files
committed
ci: fix generate docs
1 parent 393862c commit a03e505

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generate_docs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ cp CONTRIBUTING.md docs/contributing.md
1010
sed -i 's/\.\/docs\/assets/\.\/assets/g' docs/index.md
1111

1212
# replace link to (CONTRIBUTING.md) and (LICENSE.md) inside index.md so they are lowercase
13-
sed -i '' 's/CONTRIBUTING.md/contributing.md/g' docs/index.md
14-
sed -i '' 's/LICENSE.md/license.md/g' docs/index.md
13+
sed -i 's/CONTRIBUTING.md/contributing.md/g' docs/index.md
14+
sed -i 's/LICENSE.md/license.md/g' docs/index.md
1515

1616

1717

0 commit comments

Comments
 (0)