1
0
mirror of https://gitlab.com/free_zed/free_zed.gitlab.io.git synced 2024-06-09 11:52:31 +00:00

💚 Change new-theme path & runner image FIX #4

This commit is contained in:
Freezed 2020-09-07 00:59:35 +02:00
parent 5647e826ed
commit 240b41e4b5

View File

@ -1,4 +1,4 @@
image: python:3.6-alpine
image: python:3.8-alpine
publish:
except:
@ -15,9 +15,9 @@ pages:
- devel
script:
- pip install -r requirements.txt
- date --utc +%H:%M > mytheme/templates/time
- date --utc +%d/%m/%Y > mytheme/templates/date
- echo $CI_COMMIT_SHORT_SHA > mytheme/templates/commit
- date --utc +%H:%M > theme-uberspot/templates/time
- date --utc +%d/%m/%Y > theme-uberspot/templates/date
- echo $CI_COMMIT_SHORT_SHA > theme-uberspot/templates/commit
- pelican -s "pubconf-${CI_COMMIT_REF_NAME}.py" --fatal warnings
artifacts:
when: on_success