diff --git a/luckydiamond/deploy.sh b/luckydiamond/deploy.sh index 2ff4627..422062e 100644 --- a/luckydiamond/deploy.sh +++ b/luckydiamond/deploy.sh @@ -21,8 +21,7 @@ git commit -m 'deploy' # if you are deploying to https://.github.io/ # git pull origin -# 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 push -f git@github.com:danilt2000/LuckyDiamond.git main:gh-pages +# git subtree push --prefix dist origin gh-pages cd - \ No newline at end of file