Use different version of hugo, because the newest version doesn't work with the theme
All checks were successful
Build & Deploy / build-or-sth (push) Successful in 31s
All checks were successful
Build & Deploy / build-or-sth (push) Successful in 31s
This commit is contained in:
parent
166e6135fd
commit
465697384a
@ -13,7 +13,7 @@ jobs:
|
|||||||
- name: Clone repo
|
- name: Clone repo
|
||||||
run: git clone --recurse-submodules https://git.emin.software/haxala1r/blog.git --depth=1 .
|
run: git clone --recurse-submodules https://git.emin.software/haxala1r/blog.git --depth=1 .
|
||||||
- name: Get hugo
|
- name: Get hugo
|
||||||
run: wget https://github.com/gohugoio/hugo/releases/download/v0.138.0/hugo_0.138.0_linux-amd64.tar.gz -O hugo.tar.gz
|
run: wget https://github.com/gohugoio/hugo/releases/download/v0.131.0/hugo_extended_0.131.0_linux-amd64.tar.gz -O hugo.tar.gz
|
||||||
- run: tar xzvf hugo.tar.gz
|
- run: tar xzvf hugo.tar.gz
|
||||||
- run: pwd
|
- run: pwd
|
||||||
- run: ls -la
|
- run: ls -la
|
||||||
|
Loading…
Reference in New Issue
Block a user