We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8928da commit 6deb931Copy full SHA for 6deb931
.circleci/config.yml
@@ -108,7 +108,6 @@ jobs:
108
if [ -z "$CIRCLE_PR_NUMBER" ] && \
109
( [ "$CIRCLE_BRANCH" == "master" ] || \
110
[ "$CIRCLE_BRANCH" == "release" ] || \
111
- [ "$CIRCLE_BRANCH" == "pdf-docs" ] || \
112
[ -n "$CIRCLE_TAG" ] ); then
113
DOCUMENTATION_OUTPUT_FORMATS="html;singlehtml;latexpdf"
114
else
0 commit comments