Skip to content

Commit 535a127

Browse files
author
Ruben Nine
committed
Jazzy 0.11 brings back support for Xcode 11, so this flag is no longer required.
1 parent c7a92bb commit 535a127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/generate-and-deploy-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env bash
22
set -o errexit #abort if any command fails
3-
jazzy -x USE_SWIFT_RESPONSE_FILE=NO # per https://github.com/realm/jazzy/issues/1087
3+
jazzy
44
GIT_DEPLOY_DIR=docs GIT_DEPLOY_BRANCH=gh-pages GIT_DEPLOY_REPO=git@github.com:filestack/filestack-swift.git ./bin/deploy-docs.sh

0 commit comments

Comments
 (0)