Skip to content

Commit 63dd64e

Browse files
Update ci-cd.yml
1 parent 411c79f commit 63dd64e

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 Pygments CSS
2929
run: pygmentize -S default -f html > theme/static/css/pygment.css
3030
- name: Build site
31-
run: pelican --fatal -s publishconf.py
31+
run: pelican -s publishconf.py --fatal warnings
3232
- name: Run tests
3333
run: python test.py
3434
- name: Setup Pages

0 commit comments

Comments
 (0)