Skip to content

Commit 9d5b725

Browse files
committed
Remove redundant job
1 parent 0ffe118 commit 9d5b725

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/ci.yml

-9
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,6 @@ jobs:
6464
cd test/myst
6565
make html SPHINXOPTS='-W'
6666
67-
- name: Build Unit Tests with '-W' option
68-
run: |
69-
cd test/unit
70-
make html SPHINXOPTS='-W'
71-
72-
sed -i 's~, "log\.md"~~' conf.py
73-
! make html SPHINXOPTS='-W' || (echo 'Unexpected zero exit code'; false)
74-
git restore conf.py
75-
7667
- name: Build Unit Tests with toc show_parents=hide
7768
run: |
7869
cd test/unit

0 commit comments

Comments
 (0)