Open netzwerg opened 8 years ago
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
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
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
?