We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa39917 commit 10d6684Copy full SHA for 10d6684
build_docs.sh
@@ -26,4 +26,7 @@ perl -pi -e 's|\(docs/|\(|g' docs/CHANGELOG.zh.md
26
find docs -type f -name "*.md" -exec perl -pi -e 's|]: ../|]: https://github.com/panpf/sketch/blob/main/|g' {} +
27
find docs -type f -name "*.md" -exec perl -pi -e 's|\(../|\(https://github.com/panpf/sketch/blob/main/|g' {} +
28
29
-mkdocs build
+mkdocs build
30
+
31
+git checkout -- docs
32
+git clean -f -d docs
0 commit comments