From f1f78c69dbbf283e831d0561a47ba4538251b437 Mon Sep 17 00:00:00 2001 From: Matt Way Date: Mon, 26 Aug 2024 22:26:46 +1000 Subject: [PATCH] Fix typos --- Updating SPL Website.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Updating SPL Website.md b/Updating SPL Website.md index 4b06fd8..8b6cd5f 100644 --- a/Updating SPL Website.md +++ b/Updating SPL Website.md @@ -8,9 +8,9 @@ 1) Normalise the CSV using the "CSV Normaliser" tool (eg. `php csv-normaliser/main.php --input ~/Downloads/COUNCIL_NAME.csv --media ../spl-data/council-name --output ../spl-data/council-name/candidates.csv`) 1) Commit the candidates.csv file to the `spl-data` repo 1) Push commits in the `spl-data` repo to the Git server -1) SSH into the server +1) SSH into the Streets People Love WordPress server 1) Pull the latest changes into the `spl-data` repo 1) Run the `bulk-media-upload.sh` script (eg `sudo ./bulk-media-upload.sh ../spl-data`) -1) Commit any added media json files in the `spl-data` repo +1) Commit any added media .json files in the `spl-data` repo 1) Push commits in the `spl-data` repo to the Git server (use the `spl` git user) -1) Run the `make-council-pages.sh` script to regenerate all page (eg `sudo ./make-council-pages.sh`) OR regenerate a single page (eg `sudo ./make-council-pages.sh "Council Name"`) +1) Run the `make-council-pages.sh` script to regenerate all pages (eg `sudo ./make-council-pages.sh`) OR regenerate a single page (eg `sudo ./make-council-pages.sh "Council Name"`)