Skip to content

Commit

Permalink
ci: Get SVN working on GitHub again.
Browse files Browse the repository at this point in the history
  • Loading branch information
itssimple committed Oct 10, 2024
1 parent 368b9e0 commit 776cd0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-workflow-deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: Build source files
shell: bash
run: |
apt install -y subversion rsync git
yarn
npx tsc
yarn gulp deploy
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Build source files
shell: bash
run: |
apt install -y subversion rsync git
yarn
npx tsc
yarn gulp deploy
Expand Down

0 comments on commit 776cd0c

Please sign in to comment.