Skip to content

Commit a25efad

Browse files
committed
chore: update workspace and deploy verbosity
- Add the benchmark repo to the ekg-method multi-root VS Code workspace for easier cross-repo navigation. - Stop passing --verbose to mkdocs gh-deploy in docs-deploy target to avoid noisy CI logs while preserving deploy behaviour.
1 parent 6c84645 commit a25efad

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ docs-serve-debug-non-strict: docs-ensure-venv
166166

167167
.PHONY: docs-deploy
168168
docs-deploy: docs-ensure-venv
169-
$(UV) run mkdocs gh-deploy --config-file $(MKDOCS_CONFIG_FILE) --verbose
169+
$(UV) run mkdocs gh-deploy --config-file $(MKDOCS_CONFIG_FILE)
170170

171171
.PHONY: docs-sync-from
172172
docs-sync-from: docs-sync-from-ekg-maturity docs-sync-from-ekg-principles

docs/process/plan/ekg-method.code-workspace

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
},
1515
{
1616
"path": "../../../../ekglib"
17+
},
18+
{
19+
"path": "../../../../benchmark"
1720
}
1821
],
1922
"settings": {

0 commit comments

Comments
 (0)