diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ebfc069..e5013c8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,3 +52,6 @@ jobs: - name: Run smoke test run: npm run smoketest + + - name: Build website + run: npm run build-website