Closed edmorley closed 6 years ago
It succeeded for me :(
I guess next time I'll just have to run the steps individually and delete the source files manually. Perhaps after we update to the new gitbook (or whatever direction we go), if it's still buggy I can dig in more.
Thank you for updating the docs though! :-)
I just tried to update the docs by running
yarn docs:deploy
.This resulted in the following new commit: https://github.com/mozilla-neutrino/neutrino-dev/commit/283141654a49255243718b0cfe5a1fedd877aae1
...which has the
.md
source files present, and not just the.html
built output.This then results in a build error email from GitHub:
I've tried twice and the same thing happens.
Perhaps it's a gitbook bug with source file cleanup that only shows on Windows? @eliperelman could you try running
yarn docs:deploy
and seeing if it works for you?