split CI in multiple files for better reading and understanding
Signed-off-by: Basil Bruhn <basil.bruhn@psi.ch>
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
name: Test Zensical build
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
runs-on: ubuntu-latest-intranet
|
||||
container:
|
||||
image: gitea.psi.ch/images/alpine-zensical
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Build page
|
||||
run: /opt/python-env/bin/zensical build
|
||||
|
||||
Reference in New Issue
Block a user