Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/ci_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- 'tools/dochack/dochack.nim'
- 'tools/kochdocs.nim'
- '.github/workflows/ci_docs.yml'
- 'koch.nim'
pull_request:
# Run only on changes on these files.
paths:
Expand Down Expand Up @@ -121,6 +122,10 @@ jobs:
shell: bash
run: ./koch boot -d:release

- name: 'Clone fusion'
shell: bash
run: ./koch fusion

- name: 'Build documentation'
shell: bash
run: ./koch doc --git.commit:devel
Expand Down