updated all sections

This commit is contained in:
Bin Yang
2021-04-12 13:45:22 -04:00
parent b0187e5702
commit 785df0d9af
4 changed files with 32 additions and 162 deletions
@@ -2,7 +2,7 @@ name: Repo-Updater
on:
schedule:
- cron: '0 0 * * *' # do every hour for now
- cron: '0 0 * * *' # daily
jobs:
@@ -25,11 +25,11 @@ jobs:
python -m pip install --upgrade pip
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 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: |