save another 30M by moving and not copying the output
This commit is contained in:
@@ -14,10 +14,8 @@ pages:
|
||||
script:
|
||||
- python3 --version
|
||||
- jupyter-book build .
|
||||
- echo "copy content to public folder"
|
||||
- mkdir .public
|
||||
- cp -r ./_build/html/* .public
|
||||
- mv .public public
|
||||
- echo "move content to public folder"
|
||||
- mv ./_build/html public
|
||||
tags:
|
||||
- shared
|
||||
- gitlab-pages
|
||||
|
||||
Reference in New Issue
Block a user