wip: rework_ci
All checks were successful
/ pipeline-info (pull_request) Successful in 2s
/ build (pull_request) Successful in 38s

This commit is contained in:
June 2025-07-26 15:26:08 +02:00
commit 73cee7c124
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0

View file

@ -10,7 +10,7 @@ env:
TZ: Europe/Berlin TZ: Europe/Berlin
jobs: jobs:
build: pipeline-info:
runs-on: docker runs-on: docker
container: container:
image: hugomods/hugo:exts-0.148.1 image: hugomods/hugo:exts-0.148.1
@ -19,6 +19,11 @@ jobs:
run: | run: |
echo "Run triggered by ${{ github.event_name }} (${{ github.event.action }}) on ref ${{ github.ref_name }}" 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 - name: Install packages
run: | run: |
apk update apk update