mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-03 23:30:09 +05:30
10 lines
221 B
Bash
10 lines
221 B
Bash
#! /bin/bash
|
|
|
|
# install tools
|
|
sudo apt-get install -y git make python3 python3-pip python3-setuptools python3-wheel
|
|
|
|
# install dependencies
|
|
sudo pip3 install -r requirements.txt
|
|
|
|
# publish to github pages
|
|
sudo make github |