diff --git a/.github/workflows/scraper.yml b/.github/workflows/scraper.yml index 652ac0e..8f1631c 100644 --- a/.github/workflows/scraper.yml +++ b/.github/workflows/scraper.yml @@ -119,7 +119,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 diff --git a/bin/GenerateHtml b/bin/GenerateHtml index 069f7e2..02e95b2 100755 Binary files a/bin/GenerateHtml and b/bin/GenerateHtml differ