Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix the pages job on gitlab CI
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 12 Jan 2023 23:43:59 +0000 (00:43 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 12 Jan 2023 23:43:59 +0000 (00:43 +0100)
.gitlab-ci.yml

index d8efd80..e56e10f 100644 (file)
@@ -58,6 +58,7 @@ pages:
   stage: deploy
   script:
   - pip3 install --requirement docs/requirements.txt
+  - cd docs
   - LC_ALL=C.UTF-8 ./Build.sh
   - mv build/html ../public
   # - The CSS contains a reference to a font or something, not something we gonna fix on our side