mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Make build fail if gendoc fails
(cf https://github.com/matrix-org/matrix-doc/issues/1146)
This commit is contained in:
parent
fd27be869b
commit
a36bd1a6d2
|
|
@ -2,6 +2,8 @@
|
|||
#
|
||||
# generate a tarball of assets suitable for the matrix.org site
|
||||
|
||||
set -e
|
||||
|
||||
cd `dirname $0`/..
|
||||
|
||||
mkdir -p assets
|
||||
|
|
|
|||
Loading…
Reference in a new issue