Skip to content
Snippets Groups Projects
Commit c71ac1f8 authored by Erik Schnaubelt's avatar Erik Schnaubelt
Browse files

CI/CD, pages job also on STEAM VM to use readily created venv

parent 51bb0b7b
No related branches found
No related tags found
No related merge requests found
Pipeline #8572296 canceled
......@@ -254,7 +254,7 @@ pages:
image: python:3.11.8
script:
# install only packages containing the string "mkdocs" from requirements.txt
- grep "mkdocs" requirements.txt | xargs -n 1 pip install
- pip install -r requirements.txt
- mkdocs build --clean --site-dir public
artifacts:
paths:
......
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