ci: documentation
This commit is contained in:
parent
58970281be
commit
51a7cfd8dd
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
||||||
name: Build
|
name: Build
|
||||||
# Build it locally
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -11,6 +10,7 @@ on:
|
||||||
- .forgejo/**/*
|
- .forgejo/**/*
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
# Build it locally, this helps caching for later
|
||||||
build:
|
build:
|
||||||
runs-on: nix
|
runs-on: nix
|
||||||
steps:
|
steps:
|
||||||
|
@ -19,6 +19,7 @@ jobs:
|
||||||
- name: "Build the Wiki"
|
- name: "Build the Wiki"
|
||||||
run: nix build --verbose
|
run: nix build --verbose
|
||||||
|
|
||||||
|
# deploy it upstream
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
needs: [ build ]
|
needs: [ build ]
|
||||||
|
|
Loading…
Reference in a new issue