diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c81b6ee07..5e8ee0f09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -455,7 +455,7 @@ jobs: run: sbt docs/tlSite - name: Publish site - if: github.event_name != 'pull_request' && github.ref == 'refs/heads/master' + if: github.event_name != 'pull_request' && github.ref == 'refs/heads/wiki-improvements' uses: peaceiris/actions-gh-pages@v3.9.3 with: github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/build.sbt b/build.sbt index 4fc6e6576..9c8a59536 100644 --- a/build.sbt +++ b/build.sbt @@ -42,7 +42,7 @@ inThisBuild(List( githubWorkflowAddedJobs += testCoverageJob(githubWorkflowGeneratedCacheSteps.value.toList), //githubWorkflowConcurrency := None, // Website Configuration - tlSitePublishBranch := Some(mainBranch), + tlSitePublishBranch := Some(/*mainBranch*/"wiki-improvements"), tlSiteApiUrl := Some(url("https://www.javadoc.io/doc/com.github.j-mie6/parsley_2.13/latest/")), ))