Testing Actions
This commit is contained in:
parent
367c829535
commit
8a1bb12375
2 changed files with 8 additions and 3 deletions
6
.forgejo/workflows/demo.yml
Normal file
6
.forgejo/workflows/demo.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- run: echo All good!
|
||||||
|
|
@ -7,12 +7,11 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
image: alpine # TODO Idk if this keyword works?
|
||||||
image: alpine:3.20
|
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
# Install Hugo (Refer to https://gohugo.io/installation/linux/)
|
# Install Hugo (Refer to https://gohugo.io/installation/linux/)
|
||||||
Loading…
Add table
Add a link
Reference in a new issue