Skip to content

Commit 1fd0391

Browse files
authored
Remove docs command from workflow (#269)
Remove `docs:clean` and `docs:dokkaGenerate` from apidocs workflow ## Motivation and Context fix build and deploy docs to github pages ## Breaking Changes no ## Types of changes - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] Documentation update ## Checklist - [x] I have read the [MCP Documentation](https://modelcontextprotocol.io) - [x] My code follows the repository's style guidelines - [x] New and existing tests pass locally - [ ] I have added appropriate error handling - [x] I have added or updated documentation as needed
1 parent ba63122 commit 1fd0391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/apidocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Generate Dokka Site
3939
run: |-
40-
./gradlew :docs:clean :docs:dokkaGenerate
40+
./gradlew clean dokkaGenerate
4141
4242
- name: Upload artifact
4343
uses: actions/upload-pages-artifact@v4

0 commit comments

Comments
 (0)