Debugging file paths
Some checks failed
Build and Deploy Resume Site / setup-website-content (push) Failing after 8s

This commit is contained in:
shockrah 2024-09-28 15:02:38 -07:00
parent c644031196
commit f4d97809b9

View File

@ -6,9 +6,6 @@ on:
jobs:
setup-website-content:
env:
remote_path: "/opt/nginx/test.shockrah.xyz"
ssh_target: "html-deployer@shockrah.xyz"
runs-on: ubuntu-latest
container:
image: shockrah/hugo
@ -16,7 +13,7 @@ jobs:
- name: Checkout repository resources
uses: actions/checkout@v4
- name: Build website content
run: hugo && ls -R
run: hugo && pwd && ls -R
- name: Copy files with rsync
uses: tempersama/rsync-copy@2.4
with: