Skip to content

Commit f474747

Browse files
committed
Tweak
1 parent 718d05e commit f474747

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-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: python3 -We -m pelican -s publishconf.py
37+
run: locale -a
3838
- name: Setup Pages
3939
uses: actions/configure-pages@v5
4040
- name: Upload artifact

pelicanconf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
CATEGORY_URL = "category/{slug}/"
1818
CATEGORY_SAVE_AS = "category/{slug}/index.html"
1919
CATEGORIES_SAVE_AS = "category/index.html"
20-
PAGE_URL = "{slug}/"
21-
PAGE_SAVE_AS = "{slug}/index.html"
20+
PAGE_URL = "p/{slug}/"
21+
PAGE_SAVE_AS = "p/{slug}/index.html"
2222
TAG_URL = "tag/{slug}/"
2323
TAG_SAVE_AS = "tag/{slug}/index.html"
2424
TAGS_SAVE_AS = "tag/index.html"

0 commit comments

Comments
 (0)