developmentseed / jekyll-hook

No Longer Maintained | A server that listens for GitHub webhook posts and renders a Jekyll site
BSD 3-Clause "New" or "Revised" License
508 stars 83 forks source link

Is there a way to run build and publish manually? #35

Open imrickysu opened 9 years ago

imrickysu commented 9 years ago

Sometimes the github webhook is received but the build and publish encounter some errors. To get the latest update from github, user has to either submit a new commit push to github or manually build and publish on the server.

Is there an easy way for user to run the manual build and publish processes with one command or option?

Thanks.