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 411c79f commit 63dd64eCopy full SHA for 63dd64e
1 file changed
.github/workflows/ci-cd.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Build Pygments CSS
29
run: pygmentize -S default -f html > theme/static/css/pygment.css
30
- name: Build site
31
- run: pelican --fatal -s publishconf.py
+ run: pelican -s publishconf.py --fatal warnings
32
- name: Run tests
33
run: python test.py
34
- name: Setup Pages
0 commit comments