save another 30M by moving and not copying the output

This commit is contained in:
2022-02-10 10:30:05 +01:00
parent 55c27466a6
commit 962237945f

View File

@@ -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