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

Update .gitlab-ci.yml file

parent 4e9efbde
No related branches found
No related tags found
No related merge requests found
...@@ -13,16 +13,16 @@ pages: ...@@ -13,16 +13,16 @@ pages:
- master - master
test: # test:
script: # script:
- pwd # - pwd
- cd web # - cd web
- hugo # - hugo
- mv public ../public # - mv public ../public
- ls -la .. # - ls -la ..
- ls -la ../public # - ls -la ../public
- chmod 755 ../public # - chmod 755 ../public
- chmod 644 ../public/index.html # - chmod 644 ../public/index.html
except: # except:
- master # - 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