fix schedule and pull repo when push

This commit is contained in:
Bin Yang
2021-04-12 12:36:30 -04:00
parent d3c7d0b1a0
commit 41d5b481a9
3 changed files with 10 additions and 7 deletions
+6
View File
@@ -26,6 +26,12 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: execute py script # run the run.py to get the latest data
run: |
python git_status.py
env:
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
- name: execute py script # run the wiki_gen
run: |
python wiki_gen.py