Skip to content
Snippets Groups Projects
Commit 9420cfdc authored by Alexandre MEYER's avatar Alexandre MEYER
Browse files

Update .gitlab-ci.yml file

parent 4700a65d
No related branches found
No related tags found
No related merge requests found
Pipeline #98464 passed
......@@ -2,13 +2,6 @@
image: harbor.pagoda.os.univ-lyon1.fr/ecoquery-hugo/hugo:latest
test:
script:
- hugo
except:
- master
pages:
stage: deploy
script:
- pwd
- cd web
......@@ -16,8 +9,20 @@ pages:
- mv public ../public
- ls ..
- ls ../public
artifacts:
paths:
- public
only:
except:
- master
# pages:
# stage: deploy
# script:
# - pwd
# - cd web
# - hugo
# - mv public ../public
# - ls ..
# - ls ../public
# artifacts:
# paths:
# - public
# only:
# - master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment