👷 Update devel CI build / publish

This commit is contained in:
freezed 2023-02-06 00:25:59 +01:00
parent 5027ba50cc
commit 650af65338
2 changed files with 7 additions and 6 deletions

View File

@ -12,6 +12,7 @@ publish:
pages:
only:
- production
- devel
script:
- pip install -r requirements.txt
- date --utc +%H:%M > theme-uberspot/templates/time

View File

@ -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'