Skip to content

Commit 57ebdba

Browse files
committed
chore: simplify docs generator build step in workflow
1 parent 5daa9ea commit 57ebdba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
go-version-file: 'go.mod'
2323

2424
- name: Build docs generator
25-
run: go build -o github-mcp-server .
25+
run: go build .
2626

2727
- name: Generate documentation
2828
run: ./github-mcp-server generate-docs

0 commit comments

Comments
 (0)