From 113159937ead5c41ba1934c1940d0192887e4401 Mon Sep 17 00:00:00 2001 From: Barrett LaFrance Date: Tue, 19 Dec 2023 11:50:04 -0600 Subject: [PATCH] wip: test build script in CI --- .github/workflows/docs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 6b545de3e..b7107c583 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -46,4 +46,5 @@ jobs: SITE=$(realpath ./docs) CORE=$(realpath ./core) cd ./docs + npm ci npm --workspace build run now -- --site "$SITE" --core "$CORE" \ No newline at end of file