mirror of
https://github.com/firmai/financial-machine-learning.git
synced 2026-08-24 08:18:04 +00:00
fix schedule and pull repo when push
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user