We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f474747 commit c973b73Copy full SHA for c973b73
.github/workflows/ci-cd.yml
@@ -34,7 +34,7 @@ jobs:
34
with:
35
path: requirements.txt
36
- name: Build site
37
- run: locale -a
+ run: python3 -We -m pelican -s publishconf.py
38
- name: Setup Pages
39
uses: actions/configure-pages@v5
40
- name: Upload artifact
content/news/aio-libs/245-ab-_not_valid.html
@@ -1,3 +1,3 @@
1
-Title: Welcome to the aio-libs site
+Title: Not Valid
2
3
Test this file causes an error.
pelicanconf.py
@@ -5,7 +5,8 @@
5
ARTICLE_PATHS = ["news"]
6
PATH = "content"
7
8
-LOCALE = "en"
+LOCALE = "en_US"
9
+TIMEZONE = "UTC"
10
11
# URL settings
12
FILENAME_METADATA = r"(?P<date>\d{4}-\d{2}-\d{2})_(?P<slug>.*)"
0 commit comments