Skip to content

Commit a999a59

Browse files
committed
Fix Makefile path
1 parent 8dc95ce commit a999a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
run: python -m pip install . --no-deps
3636

3737
- name: build documents
38-
run: make -C doc/manual html
38+
run: make -C doc html

0 commit comments

Comments
 (0)