Documentation workflowΒΆ
To regenerate and upload a new documentation version:
cd docs/
make apidocs
make html
ghp-import -n _build/html
git push origin gh-pages
This should become visible at https://go-smart.github.io/dockerlaunch.
To regenerate and upload a new documentation version:
cd docs/
make apidocs
make html
ghp-import -n _build/html
git push origin gh-pages
This should become visible at https://go-smart.github.io/dockerlaunch.