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

Update file .gitlab-ci.yml

parent 56ca30a9
No related branches found
No related tags found
No related merge requests found
...@@ -8,13 +8,12 @@ pages: ...@@ -8,13 +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 config --theme # - hugo --gc
# - hugo -gc
# - 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