Skip to content

Commit fc9a635

Browse files
Update ci-cd.yml
1 parent 732ea53 commit fc9a635

1 file changed

Lines changed: 1 addition & 1 deletion

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 -a .highlight -o output/theme/css/pygment.css
3232
- name: Setup Pages
3333
uses: actions/configure-pages@v5
3434
- name: Upload artifact

0 commit comments

Comments
 (0)