From 650af65338b094002c38a888d6010493774f1e1f Mon Sep 17 00:00:00 2001 From: freezed Date: Mon, 6 Feb 2023 00:25:59 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Update=20devel=20CI=20build=20/?= =?UTF-8?q?=20publish?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 1 + pubconf-devel.py | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0f94acb..f8a282a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,7 @@ publish: pages: only: - production + - devel script: - pip install -r requirements.txt - date --utc +%H:%M > theme-uberspot/templates/time diff --git a/pubconf-devel.py b/pubconf-devel.py index e9ef5c9..ece9a28 100644 --- a/pubconf-devel.py +++ b/pubconf-devel.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# -*- coding: utf-8 -*- # +# coding: utf-8 from __future__ import unicode_literals # This file is only used if you use `make publish` or @@ -11,13 +11,13 @@ sys.path.append(os.curdir) from pelicanconf import * # If your site is available via HTTPS, make sure SITEURL begins with https:// -SITEURL = 'http://free_zed.gitlab.io/mypelican' +SITEURL = 'http://free_zed.gitlab.io/devel' FEED_ALL_ATOM = 'feeds/all.atom.xml' -LINKS = (('Archives', '/mypelican/articles/'), - ('Tags', '/mypelican/tags/'), - ('Mentions légales', '/mypelican/pages/mentions-legales/'),) +LINKS = (('Archives', '/devel/articles/'), + ('Tags', '/devel/tags/'), + ('Mentions légales', '/devel/pages/mentions-legales/'),) # URL of the repo to link build commit -REPO_COMMIT_URL = 'https://gitlab.com/free_zed/mypelican/commit' +REPO_COMMIT_URL = 'https://gitlab.com/free_zed/free_zed.gitlab.io/commit'