Skip to content
Snippets Groups Projects
Commit 8cb13171 authored by David Bergström's avatar David Bergström
Browse files

Export the correct directory

parent 7ef82b22
No related branches found
No related tags found
No related merge requests found
variables:
GIT_SUBMODULE_STRATEGY: recursive
pages:
image: davidbergstrom/pycommandcenterenv
stage: deploy
before_script:
- git submodule sync --recursive
- git submodule update --init --recursive
script:
- mkdir build
- cd build
- cmake ..
- make -j 3 library
- make library
- cd ../docs
- make html
- cd ..
- mkdir .public
- cp -r docs/_build/html .public
- cp -r docs/_build/html/* .public
- mv .public 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