removed extra apostrophe
This commit is contained in:
parent
fc277f2757
commit
99bc471443
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Install and update ssh + rsync
|
- name: Install and update ssh + rsync
|
||||||
run: |
|
run: |
|
||||||
'which rsync || ( apt update -y && apt install rsync -y)'
|
which rsync || ( apt update -y && apt install rsync -y)
|
||||||
'which ssh-agent || ( apt update -y && apt install openssh-client -y)'
|
which ssh-agent || ( apt update -y && apt install openssh-client -y)
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: static-site
|
name: static-site
|
||||||
|
|
Loading…
Reference in a new issue