Skip to content

Commit 002a6a1

Browse files
Merge pull request #442 from ByteInternet/fix-build-in-posix-shell
Fix Build in POSIX Shell
2 parents c0cac35 + 83a7497 commit 002a6a1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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('source .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

docs/hypernode-platform/nginx/how-to-set-up-an-application-proxy-nginx.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
myst:
33
html_meta:
4-
description: Learn how to set up an Nginx application proxy on Hypernode using Managed Vhosts: create a proxy vhost and point it to your app
4+
description: 'Learn how to set up an Nginx application proxy on Hypernode using
5+
Managed Vhosts: create a proxy vhost and point it to your app'
56
title: How to set up an application proxy in Nginx? | Hypernode
67
---
78

0 commit comments

Comments
 (0)