Skip to content
Snippets Groups Projects
Commit 88802355 authored by Alfin Johny's avatar Alfin Johny
Browse files

Rename stage : doxygen

parent 8ff06184
Branches
No related tags found
Loading
Pipeline #1570717 failed
......@@ -17,11 +17,11 @@
# === Configure pipeline ===
# This section defines the stages of the pipeline: build and deploy
stages:
- build # The 'build' stage is where documentation is generated.
- deploy # The 'deploy' stage deploys the generated documentation.
- build # The 'build' stage is where documents are copied to the PROJECT_DIR
- deploy # The 'deploy' stage generates and deploys the generated documentation.
# === Build the doxygen documentation ===
doxygen:
# === Clone the repositories / copy documentation to the PROJECT_DIR ===
clone:
image: alpine:latest
stage: build # This job is part of the build stage
tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment