Skip to content

Commit

Permalink
Fix path name
Browse files Browse the repository at this point in the history
  • Loading branch information
waldoj committed Dec 26, 2023
1 parent 291bd80 commit 64fce9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 64fce9c

Please sign in to comment.