Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jenly1314 committed Aug 18, 2024
1 parent 336a2d8 commit 3b04c4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ GITHUB_URL=https://github.com/jenly1314/ZXingLite/
echo $GITHUB_URL
sed "/<!-- end -->/q" README.md > docs/index.md
sed -i "s|app/src/main/ic_launcher-web.png|ic_logo.png|g" docs/index.md
sed -i "s|(app|(${GITHUB_URL}blob/master/app|g" docs/index.md
sed -i "s|](app|](${GITHUB_URL}blob/master/app|g" docs/index.md
sed -i "s|](zxing-lite|](${GITHUB_URL}blob/master/zxing-lite|g" docs/index.md
cat CHANGELOG.md | grep -v '## 版本日志' > docs/changelog.md

cp GIF.gif docs/GIF.gif
Expand Down

0 comments on commit 3b04c4c

Please sign in to comment.