Add index.md

This commit is contained in:
krahets
2022-11-04 19:12:12 +08:00
parent f615ad42ef
commit e604470259
5 changed files with 41 additions and 3 deletions

View File

@@ -3,6 +3,5 @@ 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
git push -f git@github.com:krahets/dsa-021.git master:gh-pages
cd -