Skip to content

Commit 013d671

Browse files
author
GitLab CI
committed
fix(ci): disable generate-docs in devcontainer feature publish
The generate-docs step requires a token with write permissions to push documentation back to the repo, causing 'Parameter token or opts.auth is required' error. Disabled since docs can be maintained manually.
1 parent 8afefa9 commit 013d671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/devcontainer-feature.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
with:
2828
publish-features: 'true'
2929
base-path-to-features: './packaging/devcontainer-feature/src'
30-
generate-docs: 'true'
30+
generate-docs: 'false'

0 commit comments

Comments
 (0)