dherman/tc39-codex-wiki

webhook should install gh-pages branch in subdirectory

Closed this issue · 1 comments

Rather than polluting the filesystem with another directory somewhere else, the webhook should just clone the gh-pages repo to a subdirectory that's not tracked in the master branch. Then we can also eliminate the webhook command-line argument that requires the path, since it'll be hard-coded.

Fixed in 7868f00 and subsequent followup bugfix patches.