Skip to content
Snippets Groups Projects
Commit a18a38f9 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

CI: split build and deploy documentation, use artifacts

parent 19c24c1f
No related branches found
No related tags found
1 merge request!39CI: deploy with artifacts
......@@ -393,20 +393,34 @@ mpi_benchmarks_tools_python_Release:
WITH_PYTHON: "yes"
build documentation:
stage: build
only:
changes:
- Documentation/**/*
- src/TNL/**/*.{h,hpp}
script:
- ./Documentation/build
artifacts:
paths:
- ./Documentation/html/
tags:
- doxygen
deploy documentation:
stage: deploy
only:
variables:
- $TNL_DOC_DEPLOY_KEY
changes:
- Documentation/**/*
- src/TNL/**/*.{h,hpp}
refs:
- develop
- schedules
- triggers
dependencies:
- build documentation
script:
- ./Documentation/build
- ./Documentation/deploy
tags:
- doxygen
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