From c952993bcbfd2b2331f658793481d025e91ea591 Mon Sep 17 00:00:00 2001 From: Alexandre MEYER <alexandre.meyer@univ-lyon1.fr> Date: Fri, 27 Oct 2023 14:16:58 +0000 Subject: [PATCH] Update file .gitlab-ci.yml --- .gitlab-ci.yml | 77 +++++++++++++++++++++++++------------------------- 1 file changed, 39 insertions(+), 38 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 023eb99..332fe0f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,38 +1,39 @@ -# The Docker image that will be used to build your app -image: harbor.pagoda.os.univ-lyon1.fr/ecoquery-hugo/hugo:latest - - - -pages: - script: - - hugo version - - cd web - - ls -la content - - hugo -v - - hugo list drafts - - mv public ../public - - ls -la ../public - - ls -la ../public/tags - # - ls -la ../public/page - - ls -la ../public/categories - - cat ../public/index.html - artifacts: - paths: - - public - only: - - main - - - -# test: -# script: -# - pwd -# - cd web -# - hugo -# - mv public ../public -# - ls -la .. -# - ls -la ../public -# - chmod 755 ../public -# - chmod 644 ../public/index.html -# except: -# - main +# The Docker image that will be used to build your app +image: harbor.pagoda.os.univ-lyon1.fr/ecoquery-hugo/hugo:latest + + + +pages: + script: + - hugo version + - cd web + - ls -la content + - hugo -v + - hugo list drafts + - mv public ../public + - ls -la ../public + - ls -la ../public/tags + - hugo --gc + # - ls -la ../public/page + # - ls -la ../public/categories + #- cat ../public/index.html + artifacts: + paths: + - public + only: + - main + + + +# test: +# script: +# - pwd +# - cd web +# - hugo +# - mv public ../public +# - ls -la .. +# - ls -la ../public +# - chmod 755 ../public +# - chmod 644 ../public/index.html +# except: +# - main -- GitLab