diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 7c40ed7d9..6b545de3e 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -43,5 +43,7 @@ jobs: - name: Build the docs! run: | - ls -la - npm --workspace build run now -- --site ./docs --core ./core \ No newline at end of file + SITE=$(realpath ./docs) + CORE=$(realpath ./core) + cd ./docs + npm --workspace build run now -- --site "$SITE" --core "$CORE" \ No newline at end of file