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

Update .gitlab-ci.yml file

parent 15b5201b
No related branches found
No related tags found
No related merge requests found
Pipeline #98468 passed
......@@ -14,17 +14,14 @@ test:
except:
- master
# pages:
# stage: deploy
# script:
# - pwd
# - cd web
# - hugo
# - mv public ../public
# - ls ..
# - ls ../public
# artifacts:
# paths:
# - public
# only:
# - master
pages:
stage: deploy
script:
- cd web
- hugo
- mv public ../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