diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 38c2600df..3503eca7e 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -47,12 +47,11 @@ jobs: DOCS=$(realpath ./docs) SITE=$(realpath "$DOCS"/site) CORE=$(realpath ./core) - cd "$DOCS" - npm ci npm --workspace build run now -- --site "$SITE" --core "$CORE" - name: test run: | - ls -la \ No newline at end of file + DIST=$(realpath ./docs/dist) + ls -la "$DIST" \ No newline at end of file