From 5bb2a27249a37f847230d43281c0152bb9c4ab17 Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Mon, 15 Nov 2021 23:14:36 +0100 Subject: [PATCH] Add website check in CI --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) 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