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

Update .gitlab-ci.yml file

parent aad2cb97
No related branches found
No related tags found
No related merge requests found
...@@ -11,17 +11,11 @@ pages: ...@@ -11,17 +11,11 @@ pages:
- pwd - pwd
- ls - ls
- ls .. - ls ..
- mkdir -p ../public
- mkdir -p public
- echo toto > ../public/index.html
- echo toto > public/index.html
- ls ../public - ls ../public
- ls public
- cd web - cd web
- hugo -D - hugo -D
- ls - ls
- pwd - mv public ../public
- mv public/* ../public/m1if37
- ls ../public - ls ../public
artifacts: artifacts:
paths: paths:
......
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