Skip to content
Snippets Groups Projects
Commit e1c92b38 authored by George Kiagiadakis's avatar George Kiagiadakis
Browse files

ci: fix exporting documentation to gitlab pages

parent 3ef5f409
No related branches found
No related tags found
No related merge requests found
...@@ -82,10 +82,10 @@ include: ...@@ -82,10 +82,10 @@ include:
- ninja install - ninja install
artifacts: artifacts:
name: wireplumber-$CI_COMMIT_SHA name: wireplumber-$CI_COMMIT_SHA
when: on_failure when: always
expire_in: 2 weeks
paths: paths:
- build-*/meson-logs - build-*/meson-logs
- prefix-*
container_fedora: container_fedora:
extends: extends:
...@@ -105,7 +105,10 @@ pages: ...@@ -105,7 +105,10 @@ pages:
dependencies: dependencies:
- build_on_fedora - build_on_fedora
script: script:
- export WP_BUILD_DIR="$PWD/build-wireplumber-build_on_fedora" - export PREFIX="$PWD/prefix-build_on_fedora"
- cp -R $WP_BUILD_DIR/docs/wireplumber-doc/html/* public/ - cp -R $PREFIX/share/doc/wireplumber/html/* public/
artifacts:
paths:
- public
only: only:
- master - master
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