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

Update .gitlab-ci.yml file

parent 6ee23ac9
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,8 @@ image: harbor.pagoda.os.univ-lyon1.fr/ecoquery-hugo/hugo:latest ...@@ -5,7 +5,8 @@ image: harbor.pagoda.os.univ-lyon1.fr/ecoquery-hugo/hugo:latest
variables: variables:
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
test: pages:
stage: deploy
script: script:
- pwd - pwd
- ls - ls
...@@ -22,12 +23,6 @@ test: ...@@ -22,12 +23,6 @@ test:
- pwd - pwd
- mv public ../public/m1if37 - mv public ../public/m1if37
- ls ../public - ls ../public
except:
- master
pages:
script:
- hugo
artifacts: artifacts:
paths: paths:
- public - public
......
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