summary refs log tree commit diff stats
path: root/.github
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2021-01-08 14:09:58 -0800
committerGitHub <noreply@github.com>2021-01-08 23:09:58 +0100
commitffb130b59c3f3d03e694b76af37563b070e28af0 (patch)
treecb0d2062b1fbc9f55194518aefeab06648aed885 /.github
parent2a426ca8e2d64e4e415c20e97a6fbc8563ab1b2f (diff)
downloadNim-ffb130b59c3f3d03e694b76af37563b070e28af0.tar.gz
skip docs for `lib/fusion` (docs already run in fusion repo) (#16645)
* run CI docs on koch.nim changes to avoid future regressions

* kochdocs: skip lib/fusion
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci_docs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci_docs.yml b/.github/workflows/ci_docs.yml
index 74ca804f3..fcc89dfc1 100644
--- a/.github/workflows/ci_docs.yml
+++ b/.github/workflows/ci_docs.yml
@@ -26,7 +26,7 @@ on:
       - 'tools/dochack/dochack.nim'
       - 'tools/kochdocs.nim'
       - '.github/workflows/ci_docs.yml'
-
+      - 'koch.nim'
 
 jobs:
   build: