Testing Actions
This commit is contained in:
parent
e054d25145
commit
5651ca79ba
1 changed files with 2 additions and 5 deletions
|
|
@ -10,12 +10,9 @@ jobs:
|
|||
steps:
|
||||
- name: Install dependencies and Hugo
|
||||
run: |
|
||||
# apk add --no-cache curl bash git libc6-compat
|
||||
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
|
||||
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/)
|
||||
#doas apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community hugo
|
||||
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue