1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-04 07:40:09 +05:30

test without execute

This commit is contained in:
avinal
2021-01-28 21:07:43 +05:30
parent d5d1c5ea62
commit c1e58d02ff
2 changed files with 2 additions and 10 deletions
+2 -2
View File
@@ -23,8 +23,8 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
# Runs a single command using the runners shell # Runs a single command using the runners shell
- name: set up permissions # - name: set up permissions
run: chmod +x pages-publish.sh # run: chmod +x pages-publish.sh
# Runs a set of commands using the runners shell # Runs a set of commands using the runners shell
- name: Run a multi-line script - name: Run a multi-line script
-8
View File
@@ -3,16 +3,8 @@
# install tools # install tools
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
# git config user.email "185067@nith.ac.in"
# git config user.name "avinal"
# echo "git config added"
# install dependencies # install dependencies
sudo pip3 install -r requirements.txt sudo pip3 install -r requirements.txt
# pelican commands
# sudo make theme
# publish to github pages # publish to github pages
sudo make github sudo make github