We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb8cd35 commit 1299540Copy full SHA for 1299540
build.sh
@@ -23,3 +23,8 @@ if [ "${VERCEL_ENV:-$CONTEXT}" = "production" ]; then
23
else
24
hugo -F -D -b ${VERCEL_URL:-$DEPLOY_PRIME_URL} --enableGitInfo
25
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