add dist folder

This commit is contained in:
Hepatica
2023-11-24 02:06:51 +01:00
parent 55bcdf78fe
commit 381ac96bff
2 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
.DS_Store
node_modules
/dist
# /dist
# local env files

View File

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