Testing Actions
This commit is contained in:
parent
8a1bb12375
commit
9531e830ff
1 changed files with 2 additions and 4 deletions
|
|
@ -7,15 +7,13 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
runs-on: docker
|
||||
image: alpine # TODO Idk if this keyword works?
|
||||
|
||||
steps:
|
||||
- name: Install dependencies and Hugo
|
||||
run:
|
||||
# apk add --no-cache curl bash git libc6-compat
|
||||
|
||||
sudo apt install hugo
|
||||
# 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
|
||||
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue