From 08b60d66248afeefa4cdfc4478476136796ffe26 Mon Sep 17 00:00:00 2001 From: sa6anw Date: Fri, 18 Jul 2025 09:13:40 +0000 Subject: [PATCH] i18n --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 51ccf69..d53d257 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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