Skip to content
Snippets Groups Projects
Commit 3195e3b0 authored by Robin Vobruba's avatar Robin Vobruba
Browse files

CI: Prints site size stats before trying to upload

parent 90b5dd5a
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@ pages:
GIT_DEPTH: 1000
script:
- time mkdocs build --site-dir public
- du -sh public/*
artifacts:
paths:
- public
......
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