From 13f321cd189ea6a2b74796e0f63a39e7943ed83d Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Tue, 3 May 2022 10:33:10 +0200 Subject: [PATCH] Remove mention of old publish script from reamde. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89afccb..49a43f9 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ You will need to have `npm` installed to build the website (CSS stuff, mostly). To build the site, run `$ hugo` inside the project. That's it. This dumps the output files into the `/public/` folder. This isn't really practical for making sure your site's up to scratch though. If you want that, run `$ hugo serve` instead. It'll create a local (automatically updating) web server that you can connect to to make sure everything checks out. -When you're SURE you did everything right, run `publish.py`. Note that this pushes directly to the submodule (and as such website) so only do this when you're sure! Also push your stuff. +The website automatically updates when master is pushed. ## Writing Posts 101