wip: rework_ci
This commit is contained in:
parent
3ea764708a
commit
73cee7c124
1 changed files with 6 additions and 1 deletions
|
@ -10,7 +10,7 @@ env:
|
|||
TZ: Europe/Berlin
|
||||
|
||||
jobs:
|
||||
build:
|
||||
pipeline-info:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: hugomods/hugo:exts-0.148.1
|
||||
|
@ -19,6 +19,11 @@ jobs:
|
|||
run: |
|
||||
echo "Run triggered by ${{ github.event_name }} (${{ github.event.action }}) on ref ${{ github.ref_name }}"
|
||||
|
||||
build:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: hugomods/hugo:exts-0.148.1
|
||||
steps:
|
||||
- name: Install packages
|
||||
run: |
|
||||
apk update
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue