Debugging file paths
All checks were successful
Build and Deploy Resume Site / setup-website-content (push) Successful in 17s

This commit is contained in:
shockrah 2024-09-29 22:38:28 -07:00
parent 50c03da31d
commit 54baae8ed8

View File

@ -14,7 +14,7 @@ jobs:
- run: git remote add origin https://git.shockrah.xyz/shockrah/temper-tv.git
- run: git pull origin master
- name: Build website content
run: cd main-site && hugo
run: cd main-site && pwd && ls -a && hugo
- name: Copy files with rsync
uses: tempersama/rsync-copy@2.6
with: