Skip to content

Commit e192e07

Browse files
authored
ci_docs: build fusion docs (#15127)
1 parent a7736b6 commit e192e07

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci_docs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- 'tools/dochack/dochack.nim'
1212
- 'tools/kochdocs.nim'
1313
- '.github/workflows/ci_docs.yml'
14+
- 'koch.nim'
1415
pull_request:
1516
# Run only on changes on these files.
1617
paths:
@@ -121,6 +122,10 @@ jobs:
121122
shell: bash
122123
run: ./koch boot -d:release
123124

125+
- name: 'Clone fusion'
126+
shell: bash
127+
run: ./koch fusion
128+
124129
- name: 'Build documentation'
125130
shell: bash
126131
run: ./koch doc --git.commit:devel

0 commit comments

Comments
 (0)