Skip to content
Snippets Groups Projects
Commit 9c981a94 authored by Fran Garcia-Linares's avatar Fran Garcia-Linares
Browse files

Merge branch '3491871-new-image-gitlab-pages' into 'main'

Pages image

See merge request !301
parents bcc99677 d236c627
Branches
Tags
No related merge requests found
Pipeline #360054 passed
...@@ -150,7 +150,7 @@ pages: ...@@ -150,7 +150,7 @@ pages:
stage: deploy stage: deploy
needs: needs:
- 'Check Code' - 'Check Code'
image: python:latest image: python:3.12
artifacts: artifacts:
paths: paths:
- public - public
......
...@@ -515,7 +515,7 @@ composer (next major): ...@@ -515,7 +515,7 @@ composer (next major):
pages: pages:
stage: build stage: build
image: python:latest image: python:3.12
script: script:
- pip install mkdocs-material - pip install mkdocs-material
- pwd && ls -l logo* && ls -l docs/logo* || true - pwd && ls -l logo* && ls -l docs/logo* || true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment