i18n
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-07-18 09:01:17 +00:00
parent 058639deb9
commit 28b83c5376

View File

@@ -22,11 +22,14 @@ steps:
volumes: volumes:
- name: site - name: site
path: /site path: /site
- name: docs
path: /docs
commands: commands:
- pip install -U -r ./requirements.txt - pip install -U -r ./requirements.txt
- mkdocs build - mkdocs build
- cp -r site/ /site - cp -r site/ /site
- chmod -R 777 /site - chmod -R 777 /site
- cp -r . /docs
volumes: volumes:
- name: site - name: site