mirror of
https://github.com/firmai/financial-machine-learning.git
synced 2026-07-27 18:57:54 +00:00
add badge and remove search run from wiki gen
This commit is contained in:
@@ -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_search.py
|
||||
env:
|
||||
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
|
||||
# - name: execute status update script # run the run.py to get the latest data
|
||||
# run: |
|
||||
# python git_search.py
|
||||
# env:
|
||||
# GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
|
||||
|
||||
- name: execute wiki generation script # run the wiki_gen
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user