Skip to content
Snippets Groups Projects
Commit 0b8e3c8d authored by Roman Dvořák's avatar Roman Dvořák
Browse files

fix CI and add correct path to download deployment fiels

parent 32a61508
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
......@@ -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.
......
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