name: Docs env: COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }} on: pull_request: jobs: Compile-Website: runs-on: ubuntu-latest timeout-minutes: 60 steps: - name: Checkout uses: actions/checkout@v2 with: fetch-depth: 0 - name: Setup Scala uses: actions/setup-java@v3 with: distribution: 'adopt' java-version: '17' cache: 'sbt' - name: Cache uses: actions/cache@v2 with: path: | ~/.ivy2/cache ~/.sbt ~/.bitcoin-s/binaries key: ${{ runner.os }}-cache - name: Compile website run: sbt ++2.13.8 docs/mdoc