diff --git a/.github/workflows/wiki_gen.yml b/.github/workflows/wiki_gen.yml index ce25c57..da7ca30 100644 --- a/.github/workflows/wiki_gen.yml +++ b/.github/workflows/wiki_gen.yml @@ -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: | diff --git a/README.md b/README.md index ac5be7f..84e1b44 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ [![Repo-Updater](https://github.com/firmai/financial-machine-learning/actions/workflows/repo_status.yml/badge.svg)](https://github.com/firmai/financial-machine-learning/actions/workflows/repo_status.yml) [![Wiki-Generator](https://github.com/firmai/financial-machine-learning/actions/workflows/wiki_gen.yml/badge.svg)](https://github.com/firmai/financial-machine-learning/actions/workflows/wiki_gen.yml) +[![Repo-Search](https://github.com/firmai/financial-machine-learning/actions/workflows/repo_search.yml/badge.svg)](https://github.com/firmai/financial-machine-learning/actions/workflows/repo_search.yml) [![Gitter](https://badges.gitter.im/financial-machine-learning/community.svg)](https://gitter.im/financial-machine-learning/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) # Financial Machine Learning and Data Science