Skip to content
Snippets Groups Projects
Commit 0c1c51d2 authored by Ahmad Fares's avatar Ahmad Fares
Browse files

ahmad

parent 62ad3233
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -12,7 +12,15 @@ pandoc -s -t html vinyl.md -o vinyl.html
pandoc -s -t html principles.md -o principles.html
echo "All files converteds to html"
echo "Pull"
if [ "$#" -gt 0 ]
then
cd ..
cd ..
git pull
git add --all
git commit -m "update"
git commit -m "$*"
git pull && git push
else
echo "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