From c31e5c9e0e237567095b367e165ef4dcc068da6e Mon Sep 17 00:00:00 2001 From: hitlerrip Date: Tue, 5 Aug 2025 18:15:12 +0200 Subject: pub.sh added an actual wrapper around the build script, which was my intention with `run.sh` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8f7340a..090d474 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,10 @@ This project includes a build script that builds the website. ./build.sh ``` -It also includes a wrapper around the build script that automatically configures my Debian/Nginx server, builds the website and publishes it. +It also contains a wrapper around the build script that automatically publishes the website when the server is configured using `run.sh` (which yours probably isn't) ```sh -./run.sh +./pub.sh ``` Please note that you should place static content (such as images you link to) in `./dir/`. anything in `./dir/` will get copied without any modification to the `./web/` directory, which will be the root of your web page. -- cgit v1.2.3