Site: | https://github.com/ReverentEngineer/buildbot-hugo |
---|---|
Original author: | Jeff Hill <jeff@reverentengineer.com> |
buildbot-hugo is a build step plugin to support Hugo for Buildbot.
Required packages include: buildbot
from buildbot.plugins import steps
...
factory.addStep(steps.Hugo())