Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 58efd773 authored by hhakim's avatar hhakim
Browse files

Limit the gitlab-pages directory to doc/html (not the whole doc anymore).

parent 71c830c3
Branches
Tags 2.2rc11
No related merge requests found
Pipeline #833827 skipped
......@@ -174,8 +174,8 @@ pages:
- if [[ ! -d 'build' ]]; then mkdir build;fi; cd build
- 'cmake -DBUILD_WRAPPER_PYTHON=ON -DBUILD_WRAPPER_MATLAB=ON -DBUILD_DOCUMENTATION=ON -DCMAKE_INSTALL_PREFIX=/opt/local/faust -DCPACK_PACKAGE_FILE_NAME=faust-$CI_COMMIT_TAG -DCPACK_PACKAGE_VERSION=$CI_COMMIT_TAG -DEXCLUDE_FAUST_LIB_INSTALL=ON ..'
- make doc
- mkdir ../public
- cp -Rf doc ../public/doc-$CI_COMMIT_TAG
- mkdir -p ../public/doc-$CI_COMMIT_TAG
- cp -Rf doc/html ../public/doc-$CI_COMMIT_TAG/
artifacts:
paths:
- public/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment