Replacing checkout action
Some checks failed
Build and Deploy Resume Site / setup-website-content (push) Failing after 4s

This commit is contained in:
shockrah 2024-09-29 14:25:28 -07:00
parent 8085658bc5
commit 213c54f300

View File

@ -10,10 +10,9 @@ jobs:
container:
image: shockrah/hugo
steps:
- name: Checkout repository resources
uses: actions/checkout@v4
with:
lfs: true
- run: git init
- run: git remote add origin https://git.shockrah.xyz/shockrah/resume.git
- run: git pull origin main
- name: Build website content
run: hugo && pwd && ls -R
- name: Copy files with rsync