diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2020-10-14 03:04:14 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-14 12:04:14 +0200 |
commit | 09cad44be9153211317f3f4a998f054192ffe9fc (patch) | |
tree | 8d5385f4a70d3a733a4e212e35a1a7ee055f0e9c /.github/workflows | |
parent | 12c8ef5949aca6be288a304292c89c350db44f29 (diff) | |
download | Nim-09cad44be9153211317f3f4a998f054192ffe9fc.tar.gz |
ci docs: add config/nimdoc.cfg to paths (#15566)
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci_docs.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci_docs.yml b/.github/workflows/ci_docs.yml index 64314cce4..718dcd7e3 100644 --- a/.github/workflows/ci_docs.yml +++ b/.github/workflows/ci_docs.yml @@ -4,6 +4,7 @@ on: paths: - 'compiler/docgen.nim' - 'compiler/renderverbatim.nim' + - 'config/nimdoc.cfg' - 'doc/**.rst' - 'doc/nimdoc.css' - 'lib/**.nim' @@ -17,6 +18,7 @@ on: paths: - 'compiler/docgen.nim' - 'compiler/renderverbatim.nim' + - 'config/nimdoc.cfg' - 'doc/**.rst' - 'doc/nimdoc.css' - 'lib/**.nim' |