[libgda] CI: Fixed GDA's page index.html file location for deploy



commit 39409f24ef29ada26dc4e35ba6fd16dd494378e1
Author: Daniel Espinosa <esodan gmail com>
Date:   Thu Jul 26 09:40:38 2018 -0500

    CI: Fixed GDA's page index.html file location for deploy

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e06ada89e..67f33f471 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -82,7 +82,7 @@ pages:
   - cd _build
   - ninja
   - ninja install
-  - mv doc/index.html public/
+  - mv ../doc/index.html public/
   - mv doc/C ../public/C
   - mv doc/libgda-6.0 ../public/vala
   artifacts:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]