revert back git status call

This commit is contained in:
Bin Yang
2021-04-12 15:02:25 -04:00
parent 7ec654ea37
commit 8ed0f9f8d3
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -25,11 +25,11 @@ jobs:
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: execute status update script # run the run.py to get the latest data
run: |
python git_status.py
env:
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
# - name: execute status update script # run the run.py to get the latest data
# run: |
# python git_status.py
# env:
# GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
- name: execute wiki generation script # run the wiki_gen
run: |