mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-04 07:40:09 +05:30
test without install and git
This commit is contained in:
+4
-4
@@ -4,15 +4,15 @@
|
|||||||
sudo apt-get install -y git make python3 python3-pip python3-setuptools python3-wheel
|
sudo apt-get install -y git make python3 python3-pip python3-setuptools python3-wheel
|
||||||
|
|
||||||
# setup github config
|
# setup github config
|
||||||
git config user.email "185067@nith.ac.in"
|
# git config user.email "185067@nith.ac.in"
|
||||||
git config user.name "avinal"
|
# git config user.name "avinal"
|
||||||
echo "git config added"
|
# echo "git config added"
|
||||||
|
|
||||||
# install dependencies
|
# install dependencies
|
||||||
sudo pip3 install -r requirements.txt
|
sudo pip3 install -r requirements.txt
|
||||||
|
|
||||||
# pelican commands
|
# pelican commands
|
||||||
sudo make theme
|
# sudo make theme
|
||||||
|
|
||||||
# publish to github pages
|
# publish to github pages
|
||||||
sudo make github
|
sudo make github
|
||||||
Reference in New Issue
Block a user