first commit

This commit is contained in:
krahets
2022-11-04 19:09:51 +08:00
commit f615ad42ef
4 changed files with 172 additions and 0 deletions

8
deploy.sh Normal file
View File

@@ -0,0 +1,8 @@
mkdocs build
cd site
git init
git add -A
git commit -m 'deploy'
git branch -M main
git push -f git@github.com:krahets/dsa-021.git main:gh-pages
cd -