diff --git a/.github/workflows/ci_docs.yml b/.github/workflows/ci_docs.yml index 64314cce45..718dcd7e3f 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'