Skip to content

Commit 5e40517

Browse files
Update ci-cd.yml
1 parent 61c69e9 commit 5e40517

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
run: pelican -s publishconf.py
3030
- name: Build Pygments CSS
3131
run: pygmentize -S default -f html > output/theme/css/pygment.css
32+
- name: Run tests
33+
run: python test.py
3234
- name: Setup Pages
3335
uses: actions/configure-pages@v5
3436
- name: Upload artifact

0 commit comments

Comments
 (0)