Skip to content

Commit 25a54ac

Browse files
committed
Allow tstrait to build with error code
1 parent 809e0c6 commit 25a54ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,8 @@ jobs:
583583
rm -rf docs/_build
584584
venv-latest/bin/activate
585585
cd docs
586-
make dist
586+
# Allow the build to fail as tstrait stable has broken ref links.
587+
make dist || true
587588
# make dist changes the _conf.yml file to write the version number, so drop the change
588589
git checkout .
589590

0 commit comments

Comments
 (0)