Skip to content

Commit

Permalink
Check Rzk files for each language
Browse files Browse the repository at this point in the history
  • Loading branch information
fizruk committed Dec 9, 2023
1 parent c00cc7f commit 3b954f6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ jobs:
rename-to: rzk
chmod: 0755

- name: Check Rzk files for each language
run:
for lang_dir in $(ls -d docs/docs/*/); do
pushd ${lang_dir} && rzk typecheck; popd ;
done

- name: 🔨 Install MkDocs Material and mike
run: pip install -r docs/requirements.txt

Expand Down
1 change: 0 additions & 1 deletion docs/config/ru/test.md

This file was deleted.

2 changes: 2 additions & 0 deletions docs/docs/en/rzk.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include:
- examples/recId.rzk.md
2 changes: 2 additions & 0 deletions docs/docs/ru/rzk.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include:
- examples/recId.rzk.md

0 comments on commit 3b954f6

Please sign in to comment.