Skip to content

Commit

Permalink
Workflow: Install SVN before trying to deploy (#1089)
Browse files Browse the repository at this point in the history
  • Loading branch information
obenland authored Dec 17, 2024
1 parent 4b70586 commit 9b92c37
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- 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 9b92c37

Please sign in to comment.