Skip to content
Snippets Groups Projects
Commit 2f68910c authored by Christopher Ruwisch's avatar Christopher Ruwisch
Browse files

updated ci configuration state (deploy) -> moved mkdoxy to Pipfile and...

updated ci configuration state (deploy) -> moved mkdoxy to Pipfile and mkdocs-site-urls plugin. Updated Pipfile and Pipfile.lock; removed external mkdoxy install statement
parent 78655a8d
Branches
No related tags found
3 merge requests!76Draft: Updated Python code example,!73Initial open source version,!20[IMPROVEMENT] Improved navbar and usage of absolute links to icons using site-urls
Pipeline #1605249 waiting for manual action
......@@ -61,8 +61,7 @@ pages:
# Install pipenv to manage Python dependencies
- apk update && apk --no-cache add graphviz
- pip install pipenv
- pipenv install # Install the dependencies from the Pipfile
- pipenv run pip install mkdoxy # Install the mkdoxy plugin if needed
- pipenv install # Install the dependencies from the Pipfile and Pipfile.lock
- apt-get update
- apt-get install -y doxygen
- export DOXYGEN_BIN=/usr/bin/doxygen
......@@ -83,4 +82,4 @@ pages:
- if: '$CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH' # Allow manual triggers on non-default branches
when: manual # Run only when triggered manually
- if: '$CI_PIPELINE_SOURCE == "trigger"' # Triggered by another pipeline
when: on_success # Run if the source pipeline was successful
\ No newline at end of file
when: on_success # Run if the source pipeline was successful
......@@ -7,6 +7,8 @@ name = "pypi"
mkdocs = "*"
mkdocs-material = "*"
mkdocs-glightbox = "*"
mkdocs-site-urls = "*"
mkdoxy = "*"
[dev-packages]
mkdocs = "*"
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment