Skip to content

Commit

Permalink
add -d/-r
Browse files Browse the repository at this point in the history
  • Loading branch information
BeastyBlacksmith committed Oct 17, 2023
1 parent 19ee697 commit 9b976fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-episodes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
- name: Move files
run: |
ls -RF
rsync -t --delete output/carpentries/*.md episodes
rsync -t --delete output/carpentries/code/ ./code
rsync -t -d --delete output/carpentries/*.md episodes
rsync -t -r --delete output/carpentries/code/ ./code
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
Expand Down

0 comments on commit 9b976fd

Please sign in to comment.