We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 732ea53 commit fc9a635Copy full SHA for fc9a635
1 file changed
.github/workflows/ci-cd.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Build site
29
run: pelican -D -s publishconf.py
30
- name: Build Pygments CSS
31
- run: pygmentize -S default -f html -a .highlight > output/theme/css/pygment.css
+ run: pygmentize -S default -f html -a .highlight -o output/theme/css/pygment.css
32
- name: Setup Pages
33
uses: actions/configure-pages@v5
34
- name: Upload artifact
0 commit comments