Skip to content

Commit 1299540

Browse files
committedMay 29, 2024
add litedown docs
1 parent bb8cd35 commit 1299540

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎build.sh

+5
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,8 @@ if [ "${VERCEL_ENV:-$CONTEXT}" = "production" ]; then
2323
else
2424
hugo -F -D -b ${VERCEL_URL:-$DEPLOY_PRIME_URL} --enableGitInfo
2525
fi
26+
27+
# add litedown documentation
28+
cd public
29+
git clone --depth 1 -b gh-pages https://github.com/yihui/litedown litedown
30+
rm -rf litedown/.git

0 commit comments

Comments
 (0)
Please sign in to comment.