Skip to content
Snippets Groups Projects
Commit 4037a18b authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

Add .gitlab-ci.yml

parent db4e025f
No related branches found
No related tags found
No related merge requests found
Pipeline #10337 passed
stages:
- deploy
pages:
stage: deploy
image:
name: pommalabs/doxygen
entrypoint: [""]
script:
- mkdir -p public
- echo 'foo' > public/index.html
# - doxygen
# - mv /doxygen/output/path public
artifacts:
paths:
- public
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment