This commit is contained in:
Jenly
2024-08-18 14:28:27 +08:00
parent 4393d7de14
commit fb14bdaae2
2 changed files with 4 additions and 5 deletions

View File

@@ -11,7 +11,6 @@ mv zxing-lite/build/dokka/html/* docs/api
# Copy in special files that GitHub wants in the project root.
sed '/<!-- end -->/q' README.md > docs/index.md
cat CHANGELOG.md | grep -v '## 版本日志' > docs/changelog.md
cp GIF.gif docs/
# Build the site locally
mkdocs build