-
Notifications
You must be signed in to change notification settings - Fork 66
Fix & Document static deployment CLI support #368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
BREAKING CHANGE: Previously, the CLI option was named `--root`. Fortunately, no version of learn-ocaml has been released yet with that previous option naming.
* CLI supports both --root-url flag & LEARNOCAML_ROOT_URL variable
@yurug I made several tests, see e.g. https://pfitaxel.github.io/pfitaxel-demo-dev/ for an example of static deployment of this PR (commit 90f391b) on the default demo-repository. and I believe the PR is ready (except the extension of the documentation itself, that may be done in this PR or in another PR?) |
@erikmd If you can extend the documentation in this PR, we would be sure that it will not be forgotten... |
cef3d42
to
607b90a
Compare
607b90a
to
73f56f0
Compare
Hi @yurug
Done! here is the direct link so you can proofread :) (btw, sorry for the multiple force-pushes :) |
This comment has been minimized.
This comment has been minimized.
Thank you @erikmd! That's really nice work. |
--root
to the more standard name--base-url
and accepts aLEARNOCAML_BASE_URL
environment variable.