Skip to content

Commit

Permalink
chore: disabled docs publishing, which is wiki-improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mie6 committed Oct 6, 2023
1 parent 9f568a0 commit c06edd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[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 @@ -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/")),
))

Expand Down

0 comments on commit c06edd5

Please sign in to comment.