Skip to content

Commit ada1a85

Browse files
committed
ci edit
1 parent 86b4ddb commit ada1a85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci_docs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- name: Build doctest
1313
run: |
14-
make -C docs doctest
14+
cd docs && make doctest
1515
- name: Build HTML
1616
run: |
17-
make -C docs clean
18-
make -C docs html
17+
make clean
18+
make html

0 commit comments

Comments
 (0)