gulp: Create gh-pages publish task
ScottMaclure opened this issue · 1 comments
ScottMaclure commented
- Find the name of the project folder
- Look for sibling folder titled *-gh-pages
- Execute a copy step:
cp -pr public/* ../dicey-gh-pages/
- Commit with a generic message, and push.
ScottMaclure commented
This will do for now:
https://github.com/ScottMaclure/dicey/blob/gh-pages/regen.sh
(lack of push is deliberate)