updated deploy.sh to cleanup dist git repo

pull/127/head
Ben Hansen 4 years ago
parent 91f556bb4e
commit 1b1a24b265

@ -22,4 +22,7 @@ git commit -m 'deploy'
# if you are deploying to https://<USERNAME>.github.io/<REPO>
git push -f git@github.com:sotrh/learn-wgpu.git master:gh-pages
# cleanup
rm -rf ./.git
cd -
Loading…
Cancel
Save