diff --git a/build-docc.sh b/build-docc.sh deleted file mode 100755 index 15b550c..0000000 --- a/build-docc.sh +++ /dev/null @@ -1,13 +0,0 @@ -##!/bin/sh - -xcrun xcodebuild docbuild \ - -scheme GivenWithLove \ - -destination 'generic/platform=iOS Simulator' \ - -derivedDataPath "$PWD/.derivedData" - -xcrun docc process-archive transform-for-static-hosting \ - "$PWD/.derivedData/Build/Products/Debug-iphonesimulator/GivenWithLove.doccarchive" \ - --output-path ".docs" \ - --hosting-base-path "" # add your repo name later - -echo '' > .docs/index.html \ No newline at end of file