diff options
author | alaviss <leorize+oss@disroot.org> | 2020-08-01 09:33:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-01 11:33:19 +0200 |
commit | e192e07bf0ac790bcb0b95ee63e62fce688ab40c (patch) | |
tree | 9edc2c7ed34c5b115d8f62733c3ee5afba0c5884 | |
parent | a7736b6b43a63216532716d9e819fc312ce4848a (diff) | |
download | Nim-e192e07bf0ac790bcb0b95ee63e62fce688ab40c.tar.gz |
ci_docs: build fusion docs (#15127)
-rw-r--r-- | .github/workflows/ci_docs.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/ci_docs.yml b/.github/workflows/ci_docs.yml index 816f560c9..d3d0ba612 100644 --- a/.github/workflows/ci_docs.yml +++ b/.github/workflows/ci_docs.yml @@ -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: @@ -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 |