build: Forgot the actual rsync options I wanted.
Some checks failed
Build Tilde Friends / Build-All (push) Failing after 2m8s

This commit is contained in:
Cory McWilliams 2025-02-02 21:55:57 -05:00
parent 65b31e14f9
commit e019320146

View File

@ -46,7 +46,7 @@ jobs:
run: |
mkdir -p out/html/
make docs
rsync -e "ssh -i /opt/keys/ssh.ed25519" out/html/ tfdocs@pildefriends:docs/html/
rsync -avP --delete -e "ssh -i /opt/keys/ssh.ed25519" out/html/ tfdocs@pildefriends:docs/html/
- name: Setup JDK
uses: actions/setup-java@v3
with: