Skip to content

Commit c0c0440

Browse files
committed
Add timeout to build and check links workflow
1 parent c20d32c commit c0c0440

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
linkcheck:
6666
name: Build site and check links
6767
runs-on: ubuntu-latest
68+
timeout-minutes: 30
6869
steps:
6970
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
7071
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c

tool/dash_site/lib/src/commands/build.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ final class BuildSiteCommand extends Command<int> {
4343
'run',
4444
'jaspr_cli:jaspr',
4545
'build',
46-
'--sitemap-domain=https://dart.dev',
46+
'--sitemap-domain=https://docs.flutter.dev',
4747
'--dart-define=PRODUCTION=$productionRelease',
4848
],
4949
workingDirectory: 'site',

0 commit comments

Comments
 (0)