target
Some checks failed
/ job (push) Failing after 50s

This commit is contained in:
Marc Beninca 2024-03-22 16:25:16 +01:00
parent 3386b528af
commit 0f49133fb0
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -36,12 +36,6 @@ jobs:
- name: Build
run: './build.sh'
- name: Set output
run: mkdir 'out'
- name: Timestamp index
run: echo "$(date)" > 'out/index.html'
- name: Configure Delivery
run: |
mkdir --parents ~/.ssh
@ -57,4 +51,4 @@ jobs:
rsync \
--archive \
--verbose \
'out/' 'cd@de.tilde.link:/o/test/'
'out/' "cd@de.tilde.link:/o/cd/${GITHUB_REPOSITORY}/"