Skip to content

Commit c973b73

Browse files
committed
Tweak
1 parent f474747 commit c973b73

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
path: requirements.txt
3636
- name: Build site
37-
run: locale -a
37+
run: python3 -We -m pelican -s publishconf.py
3838
- name: Setup Pages
3939
uses: actions/configure-pages@v5
4040
- name: Upload artifact
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Title: Welcome to the aio-libs site
1+
Title: Not Valid
22

33
Test this file causes an error.

pelicanconf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
ARTICLE_PATHS = ["news"]
66
PATH = "content"
77

8-
LOCALE = "en"
8+
LOCALE = "en_US"
9+
TIMEZONE = "UTC"
910

1011
# URL settings
1112
FILENAME_METADATA = r"(?P<date>\d{4}-\d{2}-\d{2})_(?P<slug>.*)"

0 commit comments

Comments
 (0)