Replacing checkout action
Some checks failed
Build and Deploy Resume Site / setup-website-content (push) Failing after 4s
Some checks failed
Build and Deploy Resume Site / setup-website-content (push) Failing after 4s
This commit is contained in:
parent
8085658bc5
commit
213c54f300
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user