update dependencies

This commit is contained in:
Rohit Tanwar
2018-02-18 13:26:00 +05:30
parent d4b9ab8b7e
commit 7753e0b222
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ upload_files() {
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
git subtree push --prefix website "https://${GH_TOKEN}@github.com/kriadmin/30-seconds-of-python-code.git" website
echo "Pushed to master branch"
git status
fi