ScottMaclure/dicey

gulp: Create gh-pages publish task

ScottMaclure opened this issue · 1 comments

  1. Find the name of the project folder
  2. Look for sibling folder titled *-gh-pages
  3. Execute a copy step:
cp -pr public/* ../dicey-gh-pages/
  1. Commit with a generic message, and push.

This will do for now:
https://github.com/ScottMaclure/dicey/blob/gh-pages/regen.sh
(lack of push is deliberate)