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:
|
||||
build:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: alpine:3.20
|
||||
image: alpine # TODO Idk if this keyword works?
|
||||
|
||||
steps:
|
||||
- name: Install dependencies and Hugo
|
||||
run: |
|
||||
run:
|
||||
# apk add --no-cache curl bash git libc6-compat
|
||||
|
||||
# Install Hugo (Refer to https://gohugo.io/installation/linux/)
|
||||
Loading…
Add table
Add a link
Reference in a new issue