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
|
||||
# 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 ]
|
||||
|
|
Loading…
Reference in a new issue