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

Add debug comments

parent 405ad1d5
Branches
No related tags found
3 merge requests!55[WEBPAGE] Update style of current unicado page,!18Fix header issue in subpages.,!17Integrate mkdoxy in CI pipeline
......@@ -26,11 +26,17 @@ doxygen:
tags:
- documentation
before_script:
# Install necessary packages, including git, doxygen, and other dependencies
- apk update && apk --no-cache add git doxygen graphviz ttf-freefont texmf-dist texmf-dist-latexextra texlive texlive-dvi
script:
# aircraft design
# Debugging: Output the current working directory to help troubleshoot path issues
- echo "Current working directory: $(pwd)"
# Clone the aircraft-design repository, including its submodules
- git clone --recurse-submodules https://gitlab-ci-token:${CI_JOB_TOKEN}@git.rwth-aachen.de/unicado/aircraft-design
- cd $CI_PROJECT_DIR
# Change to the project directory (useful for multi-directory repositories)
- cd $CI_PROJECT_DIR
artifacts:
paths:
- $CI_PROJECT_DIR/docs/documentation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment