Skip to content

Commit 005ed4d

Browse files
authored
Update ci_docs.yaml
ci changes
1 parent ada1a85 commit 005ed4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci_docs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- name: Build doctest
1313
run: |
14-
cd docs && make doctest
14+
cd docs
15+
make doctest
1516
- name: Build HTML
1617
run: |
1718
make clean

0 commit comments

Comments
 (0)