-
Notifications
You must be signed in to change notification settings - Fork 18
Deploying docs
Simon Warta edited this page Aug 6, 2019
·
1 revision
This is for maintainers of IOV-Core only.
Note: Those steps are done automatically in the CI
- Make sure iov-core and iov-core-docs are checked out in the same parent folder.
- Checkout branch
gh-pages
in iov-core-docs. Caution: force pushing is done on that branch - In iov-core do
yarn install && yarn build && yarn docs && ./copy_docs.sh
- In iov-core-docs do
git reset master && git add ./latest && git commit -m "Update docs"
- Review what you just did and force push
gh-pages
toorigin