Skip to content
Snippets Groups Projects
Commit 1b02390b authored by walaaqwider's avatar walaaqwider
Browse files

update

parent 02ec5324
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -10,11 +10,15 @@ pandoc -s -t html shopbot.md -o shopbot.html
pandoc -s -t html electronics_prod.md -o electronics_prod.html
echo "All files coverted to HTML"
if [ "$#" -gt 0 ]
then
cd ..
cd ..
git pull
git add .
git commit -m "upaate"
git commit -m "update"
git pull && git push
else
echo "not uploading [empty commit message]"
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment