Update deploy.sh

This commit is contained in:
Hepatica
2023-11-24 03:06:30 +01:00
parent 287ec0c59e
commit e3dbf46dea

View File

@@ -21,8 +21,7 @@ git commit -m 'deploy'
# if you are deploying to https://<USERNAME>.github.io/<REPO> # if you are deploying to https://<USERNAME>.github.io/<REPO>
# git pull origin # git pull origin
# git push -f git@github.com:danilt2000/LuckyDiamond.git main:gh-pages git push -f git@github.com:danilt2000/LuckyDiamond.git main:gh-pages
git subtree push --prefix dist origin gh-pages # git subtree push --prefix dist origin gh-pages
git subtree push --prefix dist origin gh-pages
cd - cd -