removed extra apostrophe
Some checks failed
/ deploy-site (push) Failing after 8s
/ checking (push) Successful in 25s
/ build-site (push) Successful in 20s

This commit is contained in:
Firq 2023-12-19 22:54:08 +01:00
parent fc277f2757
commit 99bc471443
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20

View file

@ -41,8 +41,8 @@ jobs:
steps:
- name: Install and update ssh + rsync
run: |
'which rsync || ( apt update -y && apt install rsync -y)'
'which ssh-agent || ( apt update -y && apt install openssh-client -y)'
which rsync || ( apt update -y && apt install rsync -y)
which ssh-agent || ( apt update -y && apt install openssh-client -y)
- uses: actions/download-artifact@v3
with:
name: static-site