Skip to content
Snippets Groups Projects
Commit adc2036a authored by Anas Alshare's avatar Anas Alshare
Browse files

test auto

parent 79d6e6e4
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -10,7 +10,14 @@ pandoc -s -t html 3D_printer.md -o 3D_printer.html
pandoc -s -t html final_project.md -o final_project.html
pandoc -s -t html About_Fab.md -o About_Fab.html
echo "All Files Converted to HTML."
git pull
git add .
git commit -m "Update"
git pull && git push
if [ "$#" -gt 0 ]
then
cd ..
cd ..
git pull
git add .
git commit -m "$*"
git pull && git push
else
echo "Not Uploading (Empty)"
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