Skip to content

Commit

Permalink
maybe not just newer?
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrxyz committed Aug 31, 2024
1 parent 46ff88e commit c19ea9a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ jobs:
lftp -u mil,${{ secrets.MIL_UFL_SFTP_PASS }} \
-p ${{ secrets.MIL_UFL_SFTP_PORT }} sftp://mil.ufl.edu << EOF
mirror -c \
--include='.*' \
--exclude='^\..*$' \
--only-newer --ignore-time \
-R --parallel --verbose=3 \
--only-newer \
-R --parallel --verbose \
. \
htdocs
exit
Expand Down

0 comments on commit c19ea9a

Please sign in to comment.