Skip to content

Commit 6deb931

Browse files
committed
Remove pdf-docs branch from CircleCI config docs build special cases
1 parent c8928da commit 6deb931

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ jobs:
108108
if [ -z "$CIRCLE_PR_NUMBER" ] && \
109109
( [ "$CIRCLE_BRANCH" == "master" ] || \
110110
[ "$CIRCLE_BRANCH" == "release" ] || \
111-
[ "$CIRCLE_BRANCH" == "pdf-docs" ] || \
112111
[ -n "$CIRCLE_TAG" ] ); then
113112
DOCUMENTATION_OUTPUT_FORMATS="html;singlehtml;latexpdf"
114113
else

0 commit comments

Comments
 (0)