mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-08 13:45:01 +02:00
🐛 fix(dir): strct
This commit is contained in:
@@ -16,11 +16,11 @@ echo > .nojekyll
|
||||
# echo 'www.example.com' > CNAME
|
||||
|
||||
git init
|
||||
git checkout -B main
|
||||
git checkout -B master
|
||||
git add -A
|
||||
git commit -m 'deploy'
|
||||
|
||||
# if you are deploying to https://<USERNAME>.github.io/<REPO>
|
||||
git push -f git@github.com:<USERNAME>/snigdha-os.git main:gh-pages
|
||||
git push -f git@github.com:<USERNAME>/snigdha-os.git master:gh-pages
|
||||
|
||||
cd -
|
Reference in New Issue
Block a user