WIP: Rework CI structure and general updates #88

Draft
june wants to merge 2 commits from rework_ci into main
2 changed files with 10 additions and 0 deletions
Showing only changes of commit 017bc99285 - Show all commits

wip: testing custom actions
Some checks failed
/ build (pull_request) Failing after 17s

June 2025-07-29 20:34:17 +02:00
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0

View file

@ -33,6 +33,9 @@ jobs:
with:
fetch-depth: 0 # pull full history for page lastmod by git commit date
- name: Build website
uses: ./actions/build-website
- name: Build website - prod
if: (github.event_name == 'push' || github.event_name == 'schedule') && github.ref_name == 'main'
run: |

View file

@ -0,0 +1,7 @@
name: Build Website
description: Build Website Test
runs:
using: docker
image: hugomods/hugo:exts-0.148.1