Replacing checkout action
All checks were successful
Build and Deploy Resume Site / setup-website-content (push) Successful in 6s

This commit is contained in:
shockrah 2024-09-29 14:25:56 -07:00
parent 213c54f300
commit b71cadd3b8

View File

@ -12,7 +12,7 @@ jobs:
steps: steps:
- run: git init - run: git init
- run: git remote add origin https://git.shockrah.xyz/shockrah/resume.git - run: git remote add origin https://git.shockrah.xyz/shockrah/resume.git
- run: git pull origin main - run: git pull origin master
- name: Build website content - name: Build website content
run: hugo && pwd && ls -R run: hugo && pwd && ls -R
- name: Copy files with rsync - name: Copy files with rsync