diff --git a/.github/workflows/wiki_gen.yml b/.github/workflows/wiki_gen.yml index 1819c96..0e18498 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_status.py - env: - GIT_TOKEN: ${{ secrets.GIT_TOKEN }} +# - name: execute status update script # run the run.py to get the latest data +# run: | +# python git_status.py +# env: +# GIT_TOKEN: ${{ secrets.GIT_TOKEN }} - name: execute wiki generation script # run the wiki_gen run: | diff --git a/git_status.py b/git_status.py index a842cb2..223367a 100644 --- a/git_status.py +++ b/git_status.py @@ -416,5 +416,5 @@ def parse_readme_md(): if __name__ == '__main__': - # get_repo_status() + get_repo_status() search_new_repo_and_append(min_stars_number=100)