1
0
mirror of https://gitlab.com/free_zed/free_zed.gitlab.io.git synced 2024-06-01 22:02:28 +00:00

👷 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: pages:
only: only:
- production - production
- devel
script: script:
- pip install -r requirements.txt - pip install -r requirements.txt
- date --utc +%H:%M > theme-uberspot/templates/time - date --utc +%H:%M > theme-uberspot/templates/time

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python #!/usr/bin/env python
# -*- coding: utf-8 -*- # # coding: utf-8
from __future__ import unicode_literals from __future__ import unicode_literals
# This file is only used if you use `make publish` or # This file is only used if you use `make publish` or
@ -11,13 +11,13 @@ sys.path.append(os.curdir)
from pelicanconf import * from pelicanconf import *
# If your site is available via HTTPS, make sure SITEURL begins with https:// # 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' FEED_ALL_ATOM = 'feeds/all.atom.xml'
LINKS = (('Archives', '/mypelican/articles/'), LINKS = (('Archives', '/devel/articles/'),
('Tags', '/mypelican/tags/'), ('Tags', '/devel/tags/'),
('Mentions légales', '/mypelican/pages/mentions-legales/'),) ('Mentions légales', '/devel/pages/mentions-legales/'),)
# URL of the repo to link build commit # 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'