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

Update file .gitlab-ci.yml

parent c952993b
No related branches found
No related tags found
No related merge requests found
...@@ -8,12 +8,12 @@ pages: ...@@ -8,12 +8,12 @@ pages:
- hugo version - hugo version
- cd web - cd web
- ls -la content - ls -la content
- hugo -v - hugo -v -gc
- hugo list drafts - hugo list drafts
- mv public ../public - mv public ../public
- ls -la ../public - ls -la ../public
- ls -la ../public/tags - ls -la ../public/tags
- hugo --gc - hugo config --theme
# - ls -la ../public/page # - ls -la ../public/page
# - ls -la ../public/categories # - ls -la ../public/categories
#- cat ../public/index.html #- cat ../public/index.html
......
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