From d5d1c5ea625f907fd9c2d2852c051666ac1a8aba Mon Sep 17 00:00:00 2001 From: avinal <185067@nith.ac.in> Date: Thu, 28 Jan 2021 20:42:02 +0530 Subject: [PATCH] test without install and git --- pages-publish.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages-publish.sh b/pages-publish.sh index 70a9030..d48ae50 100644 --- a/pages-publish.sh +++ b/pages-publish.sh @@ -4,15 +4,15 @@ sudo apt-get install -y git make python3 python3-pip python3-setuptools python3-wheel # setup github config -git config user.email "185067@nith.ac.in" -git config user.name "avinal" -echo "git config added" +# git config user.email "185067@nith.ac.in" +# git config user.name "avinal" +# echo "git config added" # install dependencies sudo pip3 install -r requirements.txt # pelican commands -sudo make theme +# sudo make theme # publish to github pages sudo make github \ No newline at end of file