ci: documentation
All checks were successful
Build / build (push) Successful in 6s
Build / deploy (push) Successful in 7s

This commit is contained in:
silver 2024-08-08 14:56:35 +01:00
parent 58970281be
commit 51a7cfd8dd

View file

@ -1,5 +1,4 @@
name: Build
# Build it locally
on:
push:
@ -11,6 +10,7 @@ on:
- .forgejo/**/*
jobs:
# Build it locally, this helps caching for later
build:
runs-on: nix
steps:
@ -19,6 +19,7 @@ jobs:
- name: "Build the Wiki"
run: nix build --verbose
# deploy it upstream
deploy:
runs-on: docker
needs: [ build ]