Skip to content

Commit c6027fb

Browse files
Update ci-cd.yml
1 parent 151dcb8 commit c6027fb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
path: requirements.txt
2828
- name: Build site
2929
run: pelican -D -s publishconf.py
30+
- name: Build Pygments CSS
31+
run: pygmentize -f html -a .highlight > output/theme/static/css/pygment.css
3032
- name: Setup Pages
3133
uses: actions/configure-pages@v5
3234
- name: Upload artifact

0 commit comments

Comments
 (0)