diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 01cbaa3d..5816c098 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -27,6 +27,8 @@ jobs: distribution: temurin java-version: 17 check-latest: true + - name: Setup Sbt + uses: sbt/setup-sbt@v1 - name: Check artifacts build process run: sbt +publishLocal - name: Check website build process @@ -46,6 +48,8 @@ jobs: distribution: temurin java-version: 17 check-latest: true + - name: Setup Sbt + uses: sbt/setup-sbt@v1 - name: Setup NodeJs uses: actions/setup-node@v3 with: