diff --git a/.github/workflows/make_tracked_links_list.yml b/.github/workflows/make_tracked_links_list.yml index 3509b2cc9a..d1948d1463 100644 --- a/.github/workflows/make_tracked_links_list.yml +++ b/.github/workflows/make_tracked_links_list.yml @@ -28,10 +28,12 @@ jobs: - name: Generate/update file with links. run: | - python make_tracked_links_list.py + echo "" > tracked_links.txt +# python make_tracked_links_list.py - name: Commit and push changes. run: | + git fetch git checkout data git commit -am "Update tracked links" git push