diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d999785dc2020501746c363e712c86fd637bf40f..b3799fdf0be16385ad49f3d75ad63c3b8e03c751 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,11 +8,10 @@ stages: pages: stage: deploy - before_script: - - ./utilities.sh script: - pip install poetry==1.8.2 - poetry install + - poetry run ./utilities.sh - poetry run mkdocs build --strict --verbose --site-dir public artifacts: paths: diff --git a/docs/tech/installation.md b/docs/tech/installation.md index 628247899ee1801586060e6ee016942f04b95ce7..f28cc7c7619cabf42d2f58802641b577b579ca3d 100644 --- a/docs/tech/installation.md +++ b/docs/tech/installation.md @@ -10,7 +10,7 @@ Before you begin, ensure that you have the following: a server with at least 1 c The installation files for deployment are zipped and available on GitLab. You can download them from the following location: ``` -https://gitlab.fi.muni.cz/inject/inject-docs +https://gitlab.fi.muni.cz/inject/inject-docs/-/tree/main/files-from-repos?ref_type=heads ``` These files include all necessary configuration files, scripts, and the .env file needed for deployment.