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