changeset 6140:213711ca7653 stable

ci: use the top-level Makefile to build docs There is `doc` target, so let's use it.
author Anton Shestakov <av6@dwimlabs.net>
date Mon, 21 Feb 2022 17:48:47 +0300
parents 97c248f9bb58
children 30ca8eb17b21
files .gitlab-ci.yml
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/.gitlab-ci.yml	Mon Feb 21 16:31:54 2022 +0300
+++ b/.gitlab-ci.yml	Mon Feb 21 17:48:47 2022 +0300
@@ -73,8 +73,7 @@
 doc:
     image: registry.heptapod.net/mercurial/ci-images/py3-evolve-doc
     script:
-        - cd docs/
-        - make
+        - make doc
     variables:
         LANG: en_US.UTF-8
         PYTHON: python3