Browse Source

Add website check in CI

Alex Dima 3 years ago
parent
commit
5bb2a27249
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .github/workflows/ci.yml

+ 3 - 0
.github/workflows/ci.yml

@@ -52,3 +52,6 @@ jobs:
 
 
       - name: Run smoke test
       - name: Run smoke test
         run: npm run smoketest
         run: npm run smoketest
+
+      - name: Build website
+        run: npm run build-website