Fix the clone step
All checks were successful
Build & Deploy / build-or-sth (push) Successful in 42s
All checks were successful
Build & Deploy / build-or-sth (push) Successful in 42s
This commit is contained in:
parent
72991c728f
commit
8a8dd37701
@ -13,6 +13,6 @@ jobs:
|
|||||||
- name: Get hugo
|
- name: Get hugo
|
||||||
run: apt update && apt install hugo -y
|
run: apt update && apt install hugo -y
|
||||||
- name: Clone repo
|
- name: Clone repo
|
||||||
run: cd /git clone https://git.emin.software/haxala1r/blog.git --depth=1
|
run: git clone https://git.emin.software/haxala1r/blog.git --depth=1
|
||||||
- run: pwd
|
- run: pwd
|
||||||
- run: ls -la
|
- run: ls -la
|
||||||
|
Loading…
Reference in New Issue
Block a user