diff --git a/participants/elshare.anas/auto.sh b/participants/elshare.anas/auto.sh index d6b98ba6a5a066e41f5f71c83ae56e63abda5c13..93a5a94713ce3c51b8d62a6872dff2ccfe90981d 100644 --- a/participants/elshare.anas/auto.sh +++ b/participants/elshare.anas/auto.sh @@ -10,3 +10,7 @@ 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