build: Forgot the actual rsync options I wanted.
Some checks failed
Build Tilde Friends / Build-All (push) Failing after 2m8s
Some checks failed
Build Tilde Friends / Build-All (push) Failing after 2m8s
This commit is contained in:
parent
65b31e14f9
commit
e019320146
@ -46,7 +46,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
mkdir -p out/html/
|
mkdir -p out/html/
|
||||||
make docs
|
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
|
- name: Setup JDK
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user