docs: make upload target depend on building the docs

Manually running hotdoc's upload command does not guarantee the docs
have actually been built.
pull/10278/head
Eli Schwartz 3 years ago
parent f72fbd7562
commit 19de032d20
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
  1. 1
      docs/meson.build

@ -109,4 +109,5 @@ run_target('upload',
'--git-upload',
'-vv',
],
depends: documentation,
)

Loading…
Cancel
Save