diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/meson.build | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/meson.build b/docs/meson.build index fa80512..f4f8ba3 100644 --- a/docs/meson.build +++ b/docs/meson.build @@ -27,11 +27,15 @@ documentation = hotdoc.generate_doc(meson.project_name(), include_paths: ['markdown', cur_bdir], default_license: 'CC-BY-SAv4.0', html_extra_theme: join_paths('theme', 'extra'), - git_upload_repository: 'git@github.com:jpakkane/jpakkane.github.io.git', + git_upload_repository: 'git@github.com:mesonbuild.github.io.git', edit_on_github_repository: 'https://github.com/mesonbuild/meson', syntax_highlighting_activate: true, ) run_target('upload', - command: [find_program('hotdoc'), 'run', '--conf-file', documentation.config_path()] + command: [find_program('hotdoc'), 'run', + '--conf-file', documentation.config_path(), + '--git-upload', + '-vv', + ], ) |