diff --git a/Makefile b/Makefile index 418fcb903..e2bf61e96 100644 --- a/Makefile +++ b/Makefile @@ -63,9 +63,7 @@ docs: # scripts/run doc --dir website/docs/cli # Build with docker while bun reach compatibility with docusaurs - # cd website; bun run yarn build --out-dir ../public - docker run -v `pwd`:/app --workdir /app/website node yarn build --out-dir ../public - + cd website; yarn build --out-dir ../public ghp-import -p public test: