You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the github hook triggers saving an empty file on a folder. A service (using runwhen) checks every 10 seconds for that file, and if found, does a git pull and compiles the site with jekyll. If I remember right I found a way to do that directly from the the php that gets triggered from github, so we could avoid checking every 10 seconds (which gets saved on a log... a waste). For some reason it was tricky to run jekyll from php, but it can be done.