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:
|
container:
|
||||||
image: shockrah/hugo
|
image: shockrah/hugo
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository resources
|
- run: git init
|
||||||
uses: actions/checkout@v4
|
- run: git remote add origin https://git.shockrah.xyz/shockrah/resume.git
|
||||||
with:
|
- run: git pull origin main
|
||||||
lfs: true
|
|
||||||
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user