Install Hugo 0.146.0 extended with gcompat for PaperMod
All checks were successful
Hugo Build & Deploy / build-deploy (push) Successful in 4s
All checks were successful
Hugo Build & Deploy / build-deploy (push) Successful in 4s
This commit is contained in:
@@ -12,7 +12,10 @@ jobs:
|
|||||||
- /var/www/blog.bojemoi.me:/deploy
|
- /var/www/blog.bojemoi.me:/deploy
|
||||||
steps:
|
steps:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: apk add --no-cache hugo git
|
run: |
|
||||||
|
apk add --no-cache git curl libstdc++ gcompat
|
||||||
|
curl -sL https://github.com/gohugoio/hugo/releases/download/v0.146.0/hugo_extended_0.146.0_linux-amd64.tar.gz | tar xz -C /usr/local/bin hugo
|
||||||
|
hugo version
|
||||||
|
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user