From 64fce9c2e5c3b808f7e1bffd605c4839a9a9c484 Mon Sep 17 00:00:00 2001 From: Waldo Jaquith Date: Mon, 25 Dec 2023 21:50:48 -0500 Subject: [PATCH] Fix path name --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d963777..1926225 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,7 +30,7 @@ jobs: - run: cp richmondsunlight.com/htdocs/includes/*.php includes/ - run: rm -Rf richmondsunlight.com - run: composer install - - run: find htdocs/*.php -print0 |xargs -0 -n1 -P8 php5.6 -l + - run: find cron/*.php -print0 |xargs -0 -n1 -P8 php5.6 -l - run: cd deploy/tests/ && php bills.php && php committee_members.php && php legislators.php && cd ../.. - run: >- ./deploy/config_variables.sh && ./deploy/aws_credentials.sh