Skip to content

Commit

Permalink
Check website build process (#1249)
Browse files Browse the repository at this point in the history
  • Loading branch information
khajavi authored Jan 22, 2024
1 parent 2d62a0d commit 9fc20b6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ jobs:
distribution: temurin
java-version: 8 # ensure it works on 8 because we publish for 8
check-latest: true
- name: Setup NodeJs
uses: actions/setup-node@v4
with:
node-version: 16.x
registry-url: https://registry.npmjs.org
- name: Cache scala dependencies
uses: coursier/cache-action@v6
- name: Install libuv
Expand All @@ -89,6 +94,8 @@ jobs:
swap-size-gb: 7
- name: Check that building packages works
run: ./sbt +publishLocal
- name: Check website build process
run: sbt docs/clean; sbt docs/buildWebsite

test:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 9fc20b6

Please sign in to comment.