Skip to content

Attempt to reproduce #12124 #13049

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .github/workflows/scaladoc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,24 @@ jobs:

- name: Test sourcelinks to stdlib
run: ./project/scripts/sbt scaladoc/sourceLinksIntegrationTest:test

community-docs:
runs-on: ubuntu-latest
if: "( github.event_name == 'pull_request'
&& !contains(github.event.pull_request.body, '[skip docs]')
)"

steps:
- name: Git Checkout
uses: actions/checkout@v2

- name: Set up JDK 8
uses: actions/setup-java@v1
with:
java-version: 8

- name: Init submodules
run: git submodule update --init --recursive --jobs 7

- name: Generate docs
run: ./project/scripts/sbt "community-build/run doc all docsOutput"
2 changes: 1 addition & 1 deletion community-build/community-projects/scalatest
Submodule scalatest updated 1 files
+1 −1 .jvmopts