Skip to content

Commit 7751723

Browse files
committed
docs: remove redundant delete command for rsync
1 parent fe5fbd8 commit 7751723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
working-directory: ./repo
3131
run: |
3232
docker run --rm -v ${PWD}:/docs squidfunk/mkdocs-material build
33-
rsync -acvh ./public/ ../public/docs --delete
33+
rsync -acvh ./public/ ../public/docs
3434
3535
- name: 🚀 Deploy to GitHub Pages
3636
if: steps.build_docs.outcome == 'success'

0 commit comments

Comments
 (0)