Explorar el Código

Add website check in CI

Alex Dima hace 3 años
padre
commit
5bb2a27249
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      .github/workflows/ci.yml

+ 3 - 0
.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