Skip to content

Commit 44e612c

Browse files
authored
Update docs.yml
1 parent 0c8f029 commit 44e612c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ jobs:
2222
run: |
2323
pip install sphinx sphinx-rtd-theme sphinx-autodoc-typehints
2424
sphinx-apidoc -o docs/source src/news_mcp_server
25-
make -C docs html
2625
2726
- name: Upload docs artifact
2827
uses: awalsh128/[email protected]
2928
with:
3029
name: api-docs
31-
path: docs
30+
path: docs

0 commit comments

Comments
 (0)