From 12818500256ac7a58801f64d6626c874535b0f7c Mon Sep 17 00:00:00 2001 From: mcmikius Date: Wed, 27 Mar 2024 16:32:07 +0200 Subject: [PATCH] docs: delete build-docc --- build-docc.sh | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 build-docc.sh 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