We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2fbef0 commit c394ce1Copy full SHA for c394ce1
scripts/deploy.sh
@@ -0,0 +1,6 @@
1
+cd markdown-it
2
+git init
3
+git add -A
4
+git commit -m 'deploy'
5
+git push -f https://github.com/LinFeng1997/markdown-it-docs.git master:cn-gh-pages
6
+rm -rf markdown-it
0 commit comments