final changes to website
This commit is contained in:
@ -31,6 +31,9 @@ upload_files() {
|
||||
echo "Pushing to master branch..."
|
||||
git push --force "https://${GH_TOKEN}@github.com/kriadmin/30-seconds-of-python-code.git" master > /dev/null 2>&1
|
||||
echo "Pushing done"
|
||||
echo "Pushing to website"
|
||||
git subtree push --prefix website "https://${GH_TOKEN}@github.com/kriadmin/30-seconds-of-python-code.git" website --force
|
||||
echo "Pushed to master branch"
|
||||
git status
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user