punch icon indicating copy to clipboard operation
punch copied to clipboard

Create publish task to publish to github pages directly.

Open ekryski opened this issue 12 years ago • 3 comments

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

ekryski avatar Jan 02 '13 04:01 ekryski

Could be nice!

tomsdev avatar Jan 03 '13 18:01 tomsdev

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.

laktek avatar Jan 12 '13 02:01 laktek

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": "../",

constantx avatar Aug 29 '13 04:08 constantx