Skip to content

Commit

Permalink
Setup github-deploy-pages to deploy on separate repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Chapuis committed Nov 13, 2021
1 parent f7580b1 commit 971bf55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,7 @@ jobs:
run: sbt documentation/makeSite
- uses: JamesIves/[email protected]
with:
branch: gh-pages
repository-name: endless4s/endless4s.github.io
branch: master
token: ${{ secrets.DOC_GITHUB_TOKEN }}
folder: documentation/target/site
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ inThisBuild(
scalaVersion := "2.13.7",
Global / onChangedBuildSource := ReloadOnSourceChanges,
PB.protocVersion := "3.17.3", // works on Apple Silicon,
versionPolicyIntention := Compatibility.None,
versionPolicyIntention := Compatibility.BinaryAndSourceCompatible,
versionPolicyIgnoredInternalDependencyVersions := Some(
"^\\d+\\.\\d+\\.\\d+\\+\\d+".r
) // Support for versions generated by sbt-dynver
Expand Down

0 comments on commit 971bf55

Please sign in to comment.