Skip to content

Commit

Permalink
ci: fix generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
levinzonr committed May 7, 2024
1 parent 393862c commit a03e505
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generate_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ cp CONTRIBUTING.md docs/contributing.md
sed -i 's/\.\/docs\/assets/\.\/assets/g' docs/index.md

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



Expand Down

0 comments on commit a03e505

Please sign in to comment.