Make the clone recurse submodules so that we can use the Qubt theme
All checks were successful
Build & Deploy / build-or-sth (push) Successful in 47s
All checks were successful
Build & Deploy / build-or-sth (push) Successful in 47s
This commit is contained in:
parent
2b38a551d8
commit
ec5fd207e7
@ -13,7 +13,7 @@ jobs:
|
||||
- name: Get hugo
|
||||
run: apt update && apt install hugo -y
|
||||
- name: Clone repo
|
||||
run: git clone https://git.emin.software/haxala1r/blog.git --depth=1 .
|
||||
run: git clone --recurse-submodules https://git.emin.software/haxala1r/blog.git --depth=1 .
|
||||
- run: pwd
|
||||
- run: ls -la
|
||||
- name: build
|
||||
|
Loading…
Reference in New Issue
Block a user