punch
punch copied to clipboard
Create publish task to publish to github pages directly.
Would be nice to be able to just use punch publish
with a github directive defined in the publish section of the config.json file
Could be nice!
It's possible to just use git push origin gh-pages
from the output
directory to publish to GitHub pages. Anyway, if someone can come up with a plugin that wraps the above shell command it would be awesome.
definitely would be nice, but you can't have the nice [username].github.io
domain with gh-pages
pages.
My solution up until now is keep the punch source under a folder in repo root and set:
"output_dir": "../",