Skip to content

Commit

Permalink
Updated deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
dcooney committed Jan 4, 2025
1 parent 3d3777d commit 68e2641
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
name: New release
runs-on: ubuntu-latest
steps:
- name: Install Subversion
run: sudo apt-get update && sudo apt-get install -y subversion
- name: Checkout code
uses: actions/checkout@v2
- name: Build
Expand Down

0 comments on commit 68e2641

Please sign in to comment.