Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 516 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 516 Bytes

Hello kawhi.

Deploy

# build
hui build

# navigate into the build output directory
cd dist

git init
git config user.name kawhi66
git config user.email [email protected]
git add -A
git commit -m 'deploy to gh-pages'

# if you are deploying to https://<USERNAME>.github.io
# git push -f [email protected]:<USERNAME>/<USERNAME>.github.io.git master

# if you are deploying to https://<USERNAME>.github.io/<REPO>
git push -f https://github.com/kawhi66/Kawhi.git master:gh-pages

cd ..