Update LGA page to generate Federal Divisions page.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
# The folder containing data for each council.
|
||||
# Includes the list of candidates and any media.
|
||||
DATA_PATH="../spl-data"
|
||||
DATA_PATH="../spl-data/federal_2025"
|
||||
|
||||
# Iterate over folders in data path
|
||||
candidates_files=()
|
||||
@@ -22,4 +22,4 @@ done
|
||||
content=$(php lga-page.php --candidates-files "${candidates_files[*]}" \
|
||||
--lga-files "${lga_files[*]}")
|
||||
|
||||
echo "$content" | wp post update 465 -
|
||||
echo "$content" | wp post update 245813 -
|
||||
|
||||
Reference in New Issue
Block a user