Skip to content

Commit 10d6684

Browse files
committed
build: Improve deploy wiki workflow
1 parent aa39917 commit 10d6684

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build_docs.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,7 @@ perl -pi -e 's|\(docs/|\(|g' docs/CHANGELOG.zh.md
2626
find docs -type f -name "*.md" -exec perl -pi -e 's|]: ../|]: https://github.com/panpf/sketch/blob/main/|g' {} +
2727
find docs -type f -name "*.md" -exec perl -pi -e 's|\(../|\(https://github.com/panpf/sketch/blob/main/|g' {} +
2828

29-
mkdocs build
29+
mkdocs build
30+
31+
git checkout -- docs
32+
git clean -f -d docs

0 commit comments

Comments
 (0)