This commit is contained in:
parent
1979a123cb
commit
8ec21fc989
1 changed files with 4 additions and 4 deletions
|
@ -11,9 +11,9 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Setup Hugo
|
- name: Setup Hugo
|
||||||
uses: peaceiris/actions-hugo@v3
|
run : |
|
||||||
with:
|
curl -L -o hugo_0.140.0_linux-amd64.tar.gz https://github.com/gohugoio/hugo/releases/download/v0.140.0/hugo_0.140.0_linux-amd64.tar.gz
|
||||||
hugo-version: '0.119.0'
|
tar zxvf hugo_0.140.0_linux-amd64.tar.gz
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: hugo
|
run: ./hugo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue