Skip to content

Commit e8f3633

Browse files
authored
Fix SDK GitHub action with some stub headers and footers (#3704)
1 parent 58c065d commit e8f3633

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Diff for: lib/resources/blank.txt

Whitespace-only changes.

Diff for: tool/task.dart

+8
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,14 @@ Future<Iterable<Map<String, Object?>>> _docSdk({
541541
'--sdk-docs',
542542
'--json',
543543
'--show-progress',
544+
// Use some local assets for the header and footers, to override the SDK
545+
// values, from an options file, which includes not-shipped files.
546+
'--header',
547+
'lib/resources/blank.txt',
548+
'--footer',
549+
'lib/resources/blank.txt',
550+
'--footer-text',
551+
'lib/resources/blank.txt',
544552
],
545553
workingDirectory: dartdocPath,
546554
);

0 commit comments

Comments
 (0)