i18n
This commit is contained in:
parent
b3dd72cabc
commit
08b60d6624
|
@ -11,6 +11,7 @@ steps:
|
|||
image: python:3.11
|
||||
commands:
|
||||
- pip install -U pip
|
||||
- pip install pyyaml
|
||||
- python clean_language_blocks.py
|
||||
- mkdir -p docs/assets docs/overrides docs/stylesheets
|
||||
- cp -r docs_en/assets docs/assets || true
|
||||
|
|
Loading…
Reference in New Issue