mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
add dist folder
This commit is contained in:
2
luckydiamond/.gitignore
vendored
2
luckydiamond/.gitignore
vendored
@@ -1,6 +1,6 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
node_modules
|
node_modules
|
||||||
/dist
|
# /dist
|
||||||
|
|
||||||
|
|
||||||
# local env files
|
# local env files
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ git commit -m 'deploy'
|
|||||||
# git push -f git@github.com:<USERNAME>/<USERNAME>.github.io.git main
|
# git push -f git@github.com:<USERNAME>/<USERNAME>.github.io.git main
|
||||||
|
|
||||||
# if you are deploying to https://<USERNAME>.github.io/<REPO>
|
# 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 -
|
cd -
|
||||||
Reference in New Issue
Block a user