From 02867b37e2fe07e99f186c10e736300e19bdabb9 Mon Sep 17 00:00:00 2001 From: Jens Utbult Date: Tue, 21 Nov 2023 14:48:41 +0100 Subject: [PATCH] Remove base path. --- .github/workflows/build-docc-pages.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-docc-pages.yml b/.github/workflows/build-docc-pages.yml index 43d30da..4dbba9f 100644 --- a/.github/workflows/build-docc-pages.yml +++ b/.github/workflows/build-docc-pages.yml @@ -30,8 +30,7 @@ jobs: xcodebuild docbuild -scheme YubiKit -derivedDataPath /tmp/docbuild -destination 'generic/platform=iOS'; $(xcrun --find docc) process-archive \ transform-for-static-hosting /tmp/docbuild/Build/Products/Debug-iphoneos/YubiKit.doccarchive \ - --output-path docs \ - --hosting-base-path yubikit-swift; + --output-path docs \; echo "" > docs/index.html; - name: Upload artifact 📜