Skip to content

Commit

Permalink
fix: update theme directory for pantheon deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jonoliver committed Sep 26, 2023
1 parent ca3f8d3 commit 7c23919
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.pantheon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ jobs:
- name: Copy build artifacts
run: |
rm -rf prod/vendor prod/wp-content/plugins prod/wp-content/themes/uga-ool
rm -rf prod/vendor prod/wp-content/plugins prod/wp-content/themes/sparkpress
cp -r vendor prod
cp -r theme prod/wp-content/themes/uga-ool
cp -r theme prod/wp-content/themes/sparkpress
cp -r wp-content/plugins prod/wp-content/plugins
- name: Deploy to Pantheon
Expand Down

0 comments on commit 7c23919

Please sign in to comment.