summary refs log tree commit diff stats
path: root/.github
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2022-08-23 22:14:37 +0800
committerGitHub <noreply@github.com>2022-08-23 22:14:37 +0800
commit32e4b3363225a7bba39886b2dae09c9576a7f221 (patch)
treee60903854fff36116f4b9852cf4211ec3f65c0e9 /.github
parentd8e5c5c5a6e3ed0b452c9940010d2c436bdb1149 (diff)
downloadNim-32e4b3363225a7bba39886b2dae09c9576a7f221.tar.gz
fixes doc building regression; trigger builds on markdown files (#20260)
fix doc building regression; trigger builds on markdown files
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci_docs.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/ci_docs.yml b/.github/workflows/ci_docs.yml
index 9055fab2a..4725be456 100644
--- a/.github/workflows/ci_docs.yml
+++ b/.github/workflows/ci_docs.yml
@@ -6,6 +6,7 @@ on:
       - 'compiler/renderverbatim.nim'
       - 'config/nimdoc.cfg'
       - 'doc/**.rst'
+      - 'doc/**.md'
       - 'doc/nimdoc.css'
       - 'lib/**.nim'
       - 'nimdoc/testproject/expected/testproject.html'
@@ -20,6 +21,7 @@ on:
       - 'compiler/renderverbatim.nim'
       - 'config/nimdoc.cfg'
       - 'doc/**.rst'
+      - 'doc/**.md'
       - 'doc/nimdoc.css'
       - 'lib/**.nim'
       - 'nimdoc/testproject/expected/testproject.html'
@@ -48,7 +50,7 @@ jobs:
 
     steps:
       - name: 'Checkout'
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
         with:
           fetch-depth: 2
 
@@ -104,7 +106,7 @@ jobs:
         if: |
           github.event_name == 'push' && github.ref == 'refs/heads/devel' &&
           matrix.target == 'linux'
-        uses: crazy-max/ghaction-github-pages@v1
+        uses: crazy-max/ghaction-github-pages@v3
         with:
           build_dir: doc/html
         env: