Skip to content

Commit

Permalink
Install SVN before running dotorg deploy script (#8552)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikachan authored Dec 19, 2024
1 parent a5d903f commit 3d097c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dotorg-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install SVN
run: |
sudo apt update
sudo apt install -y subversion
- run: ./deploy-dotorg.sh
env:
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
Expand Down

0 comments on commit 3d097c7

Please sign in to comment.