mirror of
https://github.com/quatalog/quatalog.git
synced 2024-11-08 08:04:24 +00:00
Fix workflow
This commit is contained in:
parent
0393b0b66b
commit
80e8236a27
2
.github/workflows/autocompile.yml
vendored
2
.github/workflows/autocompile.yml
vendored
|
@ -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
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include<unordered_set>
|
||||
#include<json/json.h>
|
||||
|
||||
|
||||
namespace fs = std::filesystem;
|
||||
struct quatalog_data_t {
|
||||
Json::Value terms_offered;
|
||||
|
|
Loading…
Reference in a new issue