We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c20d32c commit c0c0440Copy full SHA for c0c0440
.github/workflows/test.yml
@@ -65,6 +65,7 @@ jobs:
65
linkcheck:
66
name: Build site and check links
67
runs-on: ubuntu-latest
68
+ timeout-minutes: 30
69
steps:
70
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
71
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
tool/dash_site/lib/src/commands/build.dart
@@ -43,7 +43,7 @@ final class BuildSiteCommand extends Command<int> {
43
'run',
44
'jaspr_cli:jaspr',
45
'build',
46
- '--sitemap-domain=https://dart.dev',
+ '--sitemap-domain=https://docs.flutter.dev',
47
'--dart-define=PRODUCTION=$productionRelease',
48
],
49
workingDirectory: 'site',
0 commit comments