Skip to content

Commit

Permalink
update deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nickpagz committed Sep 21, 2024
1 parent f7213bc commit 78c8922
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@
/bin
/tests
/node_modules
/vendor

# Files
.*
composer.lock
composer.json
package-lock.json
package.json
README.md
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/push-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3

- name: Install Composer Dependencies
run: composer install --no-dev

- name: WordPress Plugin Deploy (Dry Run)
uses: 10up/action-wordpress-plugin-deploy@stable
env:
Expand Down

0 comments on commit 78c8922

Please sign in to comment.