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
Upon merging anything into master, the micro-site should be auto-published. I am sure there are several ways of doing it, find the best one and implement it :)
master
This may already be a good solution: https://47deg.github.io/sbt-microsites/docs/publish-with-travis.html
We cannot just publish into the gh-pages branch, since it hosts the Scalaz 7 site. Maybe we need a separate repo?
gh-pages
The text was updated successfully, but these errors were encountered:
xuwei-k
Successfully merging a pull request may close this issue.
Upon merging anything into
master
, the micro-site should be auto-published.I am sure there are several ways of doing it, find the best one and implement it :)
This may already be a good solution:
https://47deg.github.io/sbt-microsites/docs/publish-with-travis.html
We cannot just publish into the
gh-pages
branch, since it hosts the Scalaz 7 site.Maybe we need a separate repo?
The text was updated successfully, but these errors were encountered: