Skip to content

Commit

Permalink
rsync
Browse files Browse the repository at this point in the history
  • Loading branch information
pwright committed Oct 2, 2024
1 parent 86c029b commit 1809922
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: GuillaumeFalourd/setup-rsync@v1.2
- run: rsync --version
- name: Checkout code
uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -41,9 +43,6 @@ jobs:
cd build
tutors-json
tutors-html
- name: Install rsync
run: |
apt-get update && apt-get install -y rsync
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit 1809922

Please sign in to comment.