diff --git a/.github/workflows/scraper.yml b/.github/workflows/scraper.yml index 9b3ed30..8f6641e 100644 --- a/.github/workflows/scraper.yml +++ b/.github/workflows/scraper.yml @@ -117,7 +117,7 @@ jobs: run: | git config --global user.name "Quatalog Updater" git config --global user.email "github_actions@quatalog.com" - git add courses + git add courses searchable_catalog.json git commit -m "$(date)" || exit 0 git push