Basic step
This commit is contained in:
parent
2a21fb57d6
commit
773b544d2c
1 changed files with 3 additions and 5 deletions
|
@ -5,9 +5,7 @@ when:
|
|||
- pull_request
|
||||
branch: main
|
||||
steps:
|
||||
- name: build
|
||||
image: alpine:3.17.2
|
||||
- name: build
|
||||
image: debian
|
||||
commands:
|
||||
- apk update
|
||||
- apk add zola
|
||||
- zola build
|
||||
- echo "This is the build step"
|
Loading…
Reference in a new issue