Convert make-council-pages.sh script to use php script

This commit is contained in:
2024-07-30 23:01:54 +10:00
parent cd9135e3bd
commit 89c87d942d
3 changed files with 13 additions and 40 deletions

View File

@@ -20,4 +20,4 @@ This is a bash script for creating a page in WordPress for each council.
If a page for a council already exists, the page will be updated instead. The source of councils for this script is the "council_names.json" file.
The script needs the [`jq`](https://jqlang.github.io/jq/), [`gomplate`](https://docs.gomplate.ca/), and [`wp`](https://wp-cli.org/) tools.
The script needs the [`jq`](https://jqlang.github.io/jq/), [`php`](https://www.php.net/) and [`wp`](https://wp-cli.org/) tools.