Skip to content

Commit

Permalink
Update GitHub action to install SVN before deploy to WordPress.org
Browse files Browse the repository at this point in the history
  • Loading branch information
raamdev committed Dec 4, 2024
1 parent 5894514 commit 752a166
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Install SVN (Subversion)
run: |
sudo apt-get update
sudo apt-get install subversion

- name: Build # Remove or modify this step as needed
run: |
npm install
Expand Down

0 comments on commit 752a166

Please sign in to comment.