Skip to content
Snippets Groups Projects
Commit afcc2a77 authored by Mahmoud Bentriou's avatar Mahmoud Bentriou
Browse files

This should work

parent 0dbd31eb
No related branches found
No related tags found
No related merge requests found
Pipeline #29253 passed
......@@ -23,9 +23,9 @@ pages:
# To avoid PyImport error with sklearn
- julia --project=docs/ -e 'using Pkg; Pkg.add("Conda"); using Conda; Conda.add("scikit-learn")'
- julia --project=docs/ --color=yes docs/make.jl # make documentation
- mkdir .public
- cp -r * .public
- mv .public public
- mkdir public
- mv docs/build public/dev
- ls
- ls public
artifacts:
paths:
......
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