Skip to content

Commit

Permalink
fix: install plugin dependencies in deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin-jw committed Sep 28, 2023
1 parent d7856bb commit 7be22cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.pantheon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: Install npm dependencies
run: npm ci

- name: Install custom plugin npm dependencies
run: npm run plugins:install

- name: Install PHP dependencies with Composer
uses: php-actions/composer@v6
with:
Expand Down

0 comments on commit 7be22cb

Please sign in to comment.