File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -455,7 +455,7 @@ jobs:
455455 run : sbt docs/tlSite
456456
457457 - name : Publish site
458- if : github.event_name != 'pull_request' && github.ref == 'refs/heads/master '
458+ if : github.event_name != 'pull_request' && github.ref == 'refs/heads/wiki-improvements '
459459460460 with :
461461 github_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ inThisBuild(List(
4242 githubWorkflowAddedJobs += testCoverageJob(githubWorkflowGeneratedCacheSteps.value.toList),
4343 // githubWorkflowConcurrency := None,
4444 // Website Configuration
45- tlSitePublishBranch := Some (mainBranch),
45+ tlSitePublishBranch := Some (/* mainBranch*/ " wiki-improvements " ),
4646 tlSiteApiUrl := Some (url(" https://www.javadoc.io/doc/com.github.j-mie6/parsley_2.13/latest/" )),
4747))
4848
You can’t perform that action at this time.
0 commit comments