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
As far as I can tell, the only way to specify a custom commit message is via SBT_GHPAGES_COMMIT_MESSAGE environment variable, right?
SBT_GHPAGES_COMMIT_MESSAGE
I would like to include version information, along the lines of:
ghPagesCommitMessage := s"Deploy $version"
Is this possible with the env based mechanism, i.e. is it possible to set an environment variable from within build.sbt?
build.sbt
The text was updated successfully, but these errors were encountered:
It would be helpful if we could name the branch (or commit hash or something) where the ghpagesPushSite was run. E.g. a commit message such as:
ghpagesPushSite
updated site from branch master, commit b15b2fd
Sorry, something went wrong.
No branches or pull requests
As far as I can tell, the only way to specify a custom commit message is via
SBT_GHPAGES_COMMIT_MESSAGE
environment variable, right?I would like to include version information, along the lines of:
Is this possible with the env based mechanism, i.e. is it possible to set an environment variable from within
build.sbt
?The text was updated successfully, but these errors were encountered: