Avoid setting dir times with 2.6
All checks were successful
Build and Deploy Resume Site / setup-website-content (push) Successful in 6s

This commit is contained in:
shockrah 2024-09-28 15:53:42 -07:00
parent f98932939b
commit 5248daec9c

View File

@ -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 }}