Skip to content

Commit

Permalink
Fix upload-docs script to properly delete
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jul 29, 2024
1 parent 23fbc05 commit 55cbff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/upload-docs.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#! /bin/sh

rsync --verbose --archive --delete _build/html/* doc-upload:doc/grudge
rsync --verbose --archive --delete _build/html/ doc-upload:doc/grudge

0 comments on commit 55cbff1

Please sign in to comment.