Skip to content

Commit 2078648

Browse files
committed
Fix Build in POSIX Shell
1 parent f025472 commit 2078648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
# Build the documentation
4545
task('python:build_documentation', static function () {
46-
run('bash -lc ". .venv/bin/activate && bin/build_docs"');
46+
run('./.venv/bin/sphinx-build -b html docs docs/_build/html');
4747
run('ln -sf docs/_build/html pub');
4848
});
4949

0 commit comments

Comments
 (0)