mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-09 19:59:27 +02:00
add dist folder
This commit is contained in:
2
luckydiamond/.gitignore
vendored
2
luckydiamond/.gitignore
vendored
@@ -1,6 +1,6 @@
|
||||
.DS_Store
|
||||
node_modules
|
||||
/dist
|
||||
# /dist
|
||||
|
||||
|
||||
# local env files
|
||||
|
||||
@@ -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 -
|
||||
Reference in New Issue
Block a user