Skip to content

Commit

Permalink
prep for scala3 and scala2 branches
Browse files Browse the repository at this point in the history
  • Loading branch information
erikerlandson committed Sep 11, 2022
1 parent b8a23c3 commit 8b14dcb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ jobs:
run: sbt '++${{ matrix.scala }}' docs/tlSite

- name: Publish site
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/no-such-branch'
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/scala3'
uses: peaceiris/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ThisBuild / startYear := Some(2022)
ThisBuild / tlCiReleaseBranches := Seq("scala3")
// don't overwrite the site published from develop branch for now
// to enable, set this to whatever main branch is to enable (e.g. develop, main, etc)
ThisBuild / tlSitePublishBranch := Some("no-such-branch")
ThisBuild / tlSitePublishBranch := Some("scala3")

ThisBuild / resolvers ++= Resolver.sonatypeOssRepos("snapshots")
ThisBuild / crossScalaVersions := Seq("3.2.0")
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ You can browse the legacy scala doc for the `*_2.13` packages
[here](https://www.javadoc.io/doc/com.manyangled).

The legacy tutorial documentation will continue to be viewable
[here](https://github.com/erikerlandson/coulomb/blob/develop/README.md).
[here](https://github.com/erikerlandson/coulomb/blob/scala2/README.md).

The `scala2` branch of `coulomb` on github will continue to hold coulomb <= 0.5.x

Expand Down

0 comments on commit 8b14dcb

Please sign in to comment.