Skip to content

Commit bcd5ddc

Browse files
committed
Tweak
1 parent db8cdff commit bcd5ddc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Build site
2929
run: pelican -D -s publishconf.py
3030
- name: Build Pygments CSS
31-
run: pygmentize -S default -f html -a .highlight > output/theme/css/pygment.css
31+
run: pygmentize -S default -f html > output/theme/css/pygment.css
3232
- name: Setup Pages
3333
uses: actions/configure-pages@v5
3434
- name: Upload artifact

pelicanconf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ def extendMarkdown(self, md: Markdown) -> None:
8484
MARKDOWN = {
8585
"extensions": [
8686
"extra",
87-
"markdown.extensions.codehilite",
8887
AdmonitionExtension(),
88+
CodeHiliteExtension(),
8989
MetaExtension(),
9090
SmartyExtension(),
9191
TocExtension(),

0 commit comments

Comments
 (0)