Skip to content

Commit 8715507

Browse files
committed
ci: use zola container action
1 parent 8feab62 commit 8715507

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: zola-build
2+
description: build website with zola
3+
runs:
4+
using: docker
5+
image: docker://ghcr.io/getzola/zola:v0.22.1
6+
args:
7+
- build

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Build
2+
on:
3+
pull_request:
4+
branches:
5+
- "master"
6+
jobs:
7+
build:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v6
11+
- uses: ./.github/actions/zola-build

0 commit comments

Comments
 (0)