Skip to content

Commit c06edd5

Browse files
committed
chore: disabled docs publishing, which is wiki-improvements
1 parent 9f568a0 commit c06edd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'
459459
uses: peaceiris/[email protected]
460460
with:
461461
github_token: ${{ secrets.GITHUB_TOKEN }}

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)