Trying to see files
All checks were successful
Build and Deploy Resume Site / setup-website-content (push) Successful in 14s

This commit is contained in:
shockrah 2025-04-24 21:56:44 -07:00
parent 10a99ff2b2
commit 544e79a9d1

View File

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