Fix: pelicanconf import
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Bertrand Benjamin 2023-04-14 14:44:55 +02:00
parent cb9820afa5
commit 435c787b2e
1 changed files with 2 additions and 1 deletions

View File

@ -7,9 +7,10 @@ from __future__ import unicode_literals
import os
import sys
from pelicanconf import *
sys.path.append(os.curdir)
from pelicanconf import *
# If your site is available via HTTPS, make sure SITEURL begins with https://
SITEURL = "https://opytex.org/enseignements/2022-2023/"