We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On successful build from travis, the most recent generated docs should be deployed to the github pages site.
So far this has been done manually: https://github.com/pauljamescleary/scala-pet-store/deployments
Adding docs deployment to the travis configuration
The text was updated successfully, but these errors were encountered:
I actually have this setup on vinyldns - https://github.com/vinyldns/vinyldns
This is the sbt configuration... https://github.com/vinyldns/vinyldns/blob/546cd49128db733f0bf795e11de028332b799499/build.sbt#L378
Here is the travis configuration...
https://github.com/vinyldns/vinyldns/blob/546cd49128db733f0bf795e11de028332b799499/.travis.yml#L46
We are using plugins...
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.2") addSbtPlugin("com.47deg" % "sbt-microsites" % "0.7.24")
Sorry, something went wrong.
Another example, using the deploy: travis task
deploy:
No branches or pull requests
On successful build from travis, the most recent generated docs should be deployed to the github pages site.
So far this has been done manually: https://github.com/pauljamescleary/scala-pet-store/deployments
Adding docs deployment to the travis configuration
Necessary steps:
The text was updated successfully, but these errors were encountered: