Avoid setting dir times with 2.6
All checks were successful
Build and Deploy Resume Site / setup-website-content (push) Successful in 6s
All checks were successful
Build and Deploy Resume Site / setup-website-content (push) Successful in 6s
This commit is contained in:
parent
f98932939b
commit
5248daec9c
@ -15,10 +15,10 @@ jobs:
|
||||
- name: Build website content
|
||||
run: hugo && pwd && ls -R
|
||||
- name: Copy files with rsync
|
||||
uses: tempersama/rsync-copy@2.5
|
||||
uses: tempersama/rsync-copy@2.6
|
||||
with:
|
||||
host: shockrah.xyz
|
||||
username: ${{ secrets.USER }}
|
||||
source: "public/"
|
||||
destination: /opt/nginx/resume.shockrah.xyz
|
||||
destination: /opt/nginx/resume.shockrah.xyz/
|
||||
key: ${{ secrets.PRIVATE_KEY }}
|
||||
|
Loading…
Reference in New Issue
Block a user