mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-21 00:48:38 +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
|
# generate a tarball of assets suitable for the matrix.org site
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
cd `dirname $0`/..
|
cd `dirname $0`/..
|
||||||
|
|
||||||
mkdir -p assets
|
mkdir -p assets
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue