Skip to content

Commit 142a81f

Browse files
committed
Tweak
1 parent 95538ab commit 142a81f

File tree

3 files changed

+3
-2
lines changed

3 files changed

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

pelicanconf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
# Plugins
3838
PLUGIN_PATHS = ["plugins"]
39-
PLUGINS = []
39+
PLUGINS = ["linkclass"]
4040

4141
# Theme
4242
#THEME = "theme"

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
Pelican[markdown]==4.11.0
2+
pelican-linkclass==2.1.6
23
typogrify==2.1.0

0 commit comments

Comments
 (0)