Skip to content

Commit

Permalink
Remove JJ from GitAction deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
brown-a2 committed Dec 18, 2024
1 parent 10c3a29 commit dc3de31
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rw-build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ jobs:
wordpress/wp-content/themes/hale-dash/node_modules
wordpress/wp-content/themes/hale-showcase/node_modules
wordpress/wp-content/themes/lawcom/node_modules
wordpress/wp-content/themes/justicejobs/node_modules
wordpress/wp-content/themes/ppo/node_modules
wordpress/wp-content/themes/sifocc/node_modules
wordpress/wp-content/themes/imbmembers/node_modules
Expand All @@ -153,7 +152,7 @@ jobs:
- name: Run NPM
run: |
for theme in hale hale-dash hale-showcase lawcom justicejobs ppo sifocc imbmembers; do
for theme in hale hale-dash hale-showcase lawcom ppo sifocc imbmembers; do
npm install --prefix ./wordpress/wp-content/themes/$theme
npm run production --if-present --prefix ./wordpress/wp-content/themes/$theme
done
Expand Down

0 comments on commit dc3de31

Please sign in to comment.