Skip to content

Commit 552e28c

Browse files
committed
docs: fix generate docs
1 parent 3ec0ad0 commit 552e28c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate_docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cp CONTRIBUTING.md docs/contributing.md
77

88
# README is located on the root of the project, and index is inside of docs
99
# so wee need to replace ./docs/assets references with ./assets
10-
sed 's/\.\/docs\/assets/\.\/assets/g' docs/index.md
10+
sed -i 's/\.\/docs\/assets/\.\/assets/g' docs/index.md
1111

1212

1313
# Generate Dokka documentation for the project

0 commit comments

Comments
 (0)