Skip to content

Commit 62a1cae

Browse files
committed
fix
1 parent 0c8f029 commit 62a1cae

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 3 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
28-
uses: awalsh128/[email protected]
27+
uses: actions/upload-artifact@v4
2928
with:
3029
name: api-docs
31-
path: docs
30+
path: docs

0 commit comments

Comments
 (0)