This commit is contained in:
parent
b4e8f65aa8
commit
e054d25145
1 changed files with 4 additions and 2 deletions
|
|
@ -9,9 +9,11 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- name: Install dependencies and Hugo
|
- name: Install dependencies and Hugo
|
||||||
run:
|
run: |
|
||||||
# apk add --no-cache curl bash git libc6-compat
|
# apk add --no-cache curl bash git libc6-compat
|
||||||
apt install hugo
|
wget https://github.com/gohugoio/hugo/releases/download/v0.148.1/hugo_extended_0.148.1_linux-amd64.deb
|
||||||
|
apt-get install -y ./hugo_extended_0.148.1_linux-amd64.deb
|
||||||
|
hugo version
|
||||||
# Install Hugo (Refer to https://gohugo.io/installation/linux/)
|
# Install Hugo (Refer to https://gohugo.io/installation/linux/)
|
||||||
#doas apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community hugo
|
#doas apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community hugo
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue