[tor-commits] [manual/translations] add plugin reinstall command, build a couple of times to fix translations

emmapeel at torproject.org emmapeel at torproject.org
Fri Apr 23 08:00:30 UTC 2021


commit 2d919a27162ba9927fd9c739e806a778ab31d114
Author: emma peel <emma.peel at riseup.net>
Date:   Tue Apr 20 11:42:12 2021 +0200

    add plugin reinstall command, build a couple of times to fix translations
---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 33fcf43..e10f72f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,7 +18,8 @@ pages:
     - git clone https://git.torproject.org/project/web/lego.git lego
     - cd lego && git checkout origin/master && cd ..
     - rm -rf public
-    - lektor build --output-path public
+    - lektor plugins reinstall
+    - lektor build --output-path public && lektor build --output-path public
   artifacts:
     paths:
       - public





More information about the tor-commits mailing list