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 c7a92bb commit 535a127Copy full SHA for 535a127
bin/generate-and-deploy-docs.sh
@@ -1,4 +1,4 @@
1
#!/usr/bin/env bash
2
set -o errexit #abort if any command fails
3
-jazzy -x USE_SWIFT_RESPONSE_FILE=NO # per https://github.com/realm/jazzy/issues/1087
+jazzy
4
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