Skip to content

Commit 1010b85

Browse files
Update ci-cd.yml
1 parent a11cb45 commit 1010b85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
uses: py-actions/py-dependency-install@v4
2626
with:
2727
path: requirements.txt
28+
- name: Build Pygments CSS
29+
run: pygmentize -S default -f html > theme/static/css/pygment.css
2830
- name: Build site
2931
run: pelican -s publishconf.py
30-
- name: Build Pygments CSS
31-
run: pygmentize -S default -f html > output/theme/css/pygment.css
3232
- name: Run tests
3333
run: python test.py
3434
- name: Setup Pages

0 commit comments

Comments
 (0)