aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4ef1bbb..a8e1281 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -31,6 +31,10 @@ jobs:
- run: cargo ci --check-${{ matrix.item }}
+ - name: Check translated docs structure consistency
+ if: matrix.item == 'markdown-code'
+ run: cargo ci --check-docs-structure
+
- name: Upload docs test result on failure
if: failure() && matrix.item == 'markdown-code'
uses: actions/upload-artifact@v4