Fix workflow

This commit is contained in:
3eef8a28f26fb2bcc514e6f1938929a1f931762 2023-02-06 17:11:28 -05:00
parent 0393b0b66b
commit 80e8236a27
2 changed files with 1 additions and 2 deletions

View file

@ -21,6 +21,6 @@ jobs:
run: |
git config --global user.name "Quatalog Compiler"
git config --global user.email "github_actions@quatalog.com"
git add CourseOfferingsScraper
git add bin
git commit -m "Recompile scraper : $(date)"
git push

View file

@ -6,7 +6,6 @@
#include<unordered_set>
#include<json/json.h>
namespace fs = std::filesystem;
struct quatalog_data_t {
Json::Value terms_offered;