tschaub / gh-pages

General purpose task for publishing files to a gh-pages branch on GitHub
https://www.npmjs.com/package/gh-pages
MIT License
3.22k stars 190 forks source link

Make sure to pass options.cname #536

Closed paymand closed 9 months ago

paymand commented 9 months ago

Change

  1. Make sure to pass options.cname to publish().
  2. Add debug lines for .nojekyll and CNAME.

Problem / Why

CNAME file is not created when using --cname command option.

paymand commented 9 months ago

Closing this PR in favor of https://github.com/tschaub/gh-pages/pull/535