Skip to content

Commit

Permalink
Update ignored directories in gh-pages step (#2151)
Browse files Browse the repository at this point in the history
Follow-up to 975a25b
  • Loading branch information
johnpryan authored Jan 30, 2024
1 parent 975a25b commit 176c565
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion web/_tool/build_ci.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ import 'package:path/path.dart' as p;
import 'common.dart';
import 'fix_base_tags.dart';

const ignoredDirectories = ['_tool', '_packages', 'samples_index'];
const ignoredDirectories = [
'_tool',
'_packages/web_startup_analyzer',
'_packages/web_startup_analyzer/example',
'samples_index'
];

void main() async {
final packageDirs = [
Expand Down

0 comments on commit 176c565

Please sign in to comment.