Skip to content

Commit e2c50bf

Browse files
install subversion during deploy (#622)
1 parent 7fe704d commit e2c50bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
steps:
1111
- name: Checkout code
1212
uses: actions/checkout@v2 # https://github.com/actions/checkout/releases/tag/v2
13+
14+
- name: Install Subversion
15+
run: sudo apt-get install subversion
16+
1317
- name: WordPress plugin deploy
1418
id: deploy
1519
uses: 10up/action-wordpress-plugin-deploy@stable # https://github.com/10up/action-wordpress-plugin-deploy

0 commit comments

Comments
 (0)