diff --git a/.github/workflows/scaladoc.yaml b/.github/workflows/scaladoc.yaml index a58f4c23c2a8..474e7a8a8b5c 100644 --- a/.github/workflows/scaladoc.yaml +++ b/.github/workflows/scaladoc.yaml @@ -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" diff --git a/community-build/community-projects/scalatest b/community-build/community-projects/scalatest index 96650cfbf700..544aaf649377 160000 --- a/community-build/community-projects/scalatest +++ b/community-build/community-projects/scalatest @@ -1 +1 @@ -Subproject commit 96650cfbf7003c198e2759bdca4a9a37dac03cad +Subproject commit 544aaf649377a28531a9bd278140c2921ca20493