Skip to content

Commit

Permalink
Update push-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nk-o authored Dec 18, 2024
1 parent 10b942c commit c51dc18
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/push-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Install SVN
run: |
sudo apt-get update
sudo apt-get install subversion
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@stable
env:
Expand Down

0 comments on commit c51dc18

Please sign in to comment.