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 580d502 commit 92d694aCopy full SHA for 92d694a
.github/workflows/ci-cd.yml
@@ -25,10 +25,10 @@ jobs:
25
uses: py-actions/py-dependency-install@v4
26
with:
27
path: requirements.txt
28
+ - name: Build Pygments CSS
29
+ run: pygmentize -S default -f html > theme/static/css/pygment.css
30
- name: Build site
31
run: pelican -s publishconf.py
- - name: Build Pygments CSS
- run: pygmentize -S default -f html > output/theme/css/pygment.css
32
- name: Run tests
33
run: python test.py
34
- name: Setup Pages
.gitignore
@@ -0,0 +1,2 @@
1
+# Auto-generated in CI, can be copied here for local testing.
2
+theme/static/css/pygment.css
0 commit comments