-
Notifications
You must be signed in to change notification settings - Fork 17
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-pagesin 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-pagestoorigin