|
@ -18,8 +18,7 @@ Atheneum:Pages: |
|
|
stage: pages |
|
|
stage: pages |
|
|
script: |
|
|
script: |
|
|
- python3 -m pip install pipenv |
|
|
- python3 -m pip install pipenv |
|
|
- pipenv install --dev |
|
|
|
|
|
- pipenv shell |
|
|
|
|
|
|
|
|
- pipenv install --dev --system |
|
|
- cd server/documentation |
|
|
- cd server/documentation |
|
|
- apt --no-cache install make |
|
|
- apt --no-cache install make |
|
|
- make html |
|
|
- make html |
|
@ -29,5 +28,3 @@ Atheneum:Pages: |
|
|
- public |
|
|
- public |
|
|
tags: |
|
|
tags: |
|
|
- docker |
|
|
- docker |
|
|
only: |
|
|
|
|
|
- master |
|
|
|