mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Don't generate proposals.rst in Circle CI
This commit is contained in:
parent
ab14f33060
commit
ecd3ce39e5
|
|
@ -8,8 +8,11 @@ cd `dirname $0`/..
|
|||
|
||||
mkdir -p assets
|
||||
|
||||
# generate specification/proposals.rst
|
||||
./scripts/proposals.py
|
||||
if [ "$CIRCLECI" != "true" ]
|
||||
then
|
||||
# generate specification/proposals.rst
|
||||
./scripts/proposals.py
|
||||
fi
|
||||
|
||||
# generate the spec docs
|
||||
./scripts/gendoc.py -d assets/spec
|
||||
|
|
|
|||
Loading…
Reference in a new issue