Skip to content

Commit 4aa3e92

Browse files
authored
install svn before deploy
1 parent ea33e03 commit 4aa3e92

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v4
1616

17+
- name: Install SVN
18+
run: sudo apt-get install -y subversion
19+
1720
- name: WordPress Plugin Deploy
1821
uses: 10up/action-wordpress-plugin-deploy@stable
1922
env:

0 commit comments

Comments
 (0)