From ec68dc6aad022e19554b0a8c0ab9ba4d7334d727 Mon Sep 17 00:00:00 2001 From: Timothee Cour Date: Wed, 14 Oct 2020 01:22:11 -0700 Subject: [PATCH] ci docs: add config/nimdoc.cfg to paths --- .github/workflows/ci_docs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci_docs.yml b/.github/workflows/ci_docs.yml index 64314cce45340..718dcd7e3ff22 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'