From 2eea7a254e856f45741abeb0677c7d81f0fd1575 Mon Sep 17 00:00:00 2001 From: goncalo-frade-iohk Date: Wed, 12 Feb 2025 16:06:45 +0000 Subject: [PATCH] ci: fix documentation url path Signed-off-by: goncalo-frade-iohk --- .github/workflows/releaseDocumentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/releaseDocumentation.yml b/.github/workflows/releaseDocumentation.yml index d462840b..7a51042e 100644 --- a/.github/workflows/releaseDocumentation.yml +++ b/.github/workflows/releaseDocumentation.yml @@ -34,7 +34,7 @@ jobs: max_attempts: 6 retry_on: error timeout_minutes: 50 - command: xcodebuild docbuild -scheme EdgeAgentSDK -destination "platform=macOS" -derivedDataPath ./doccBuild OTHER_DOCC_FLAGS="--transform-for-static-hosting --output-path ./docc --hosting-base-path '/edge-agent-sdk-swift'" + command: xcodebuild docbuild -scheme EdgeAgentSDK -destination "platform=macOS" -derivedDataPath ./doccBuild OTHER_DOCC_FLAGS="--transform-for-static-hosting --output-path ./docc --hosting-base-path '/sdk-swift'" - name: Upload artifact uses: actions/upload-pages-artifact@v3