[tor-commits] [manual/translations] add test for broken markdown links, name branch better.

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


commit cf1684bc8645f1ad4b4381fc0d7d5edba4da5485
Author: emma peel <emmapeel at torproject.org>
Date:   Tue Apr 20 12:47:04 2021 +0000

    add test for broken markdown links, name branch better.
---
 .gitlab-ci.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e10f72f..b960083 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,10 +13,11 @@ pages:
     - pip3 install lektor
     - rm -rf i18n
     - git clone https://git.torproject.org/translation.git i18n
-    - cd i18n && git checkout tbmanual-contentspot && cd ..
+    - cd i18n && git checkout tbmanual-contentspot
+    - grep -r '] (' *.po && cd ..
     - rm -rf lego
     - git clone https://git.torproject.org/project/web/lego.git lego
-    - cd lego && git checkout origin/master && cd ..
+    - cd lego && git checkout master && git pull && cd ..
     - rm -rf public
     - lektor plugins reinstall
     - lektor build --output-path public && lektor build --output-path public





More information about the tor-commits mailing list