From fa46536c7a91a4d858ec68418a3f02958f2113a5 Mon Sep 17 00:00:00 2001 From: goncalo-frade-iohk Date: Thu, 4 Jul 2024 11:14:42 +0100 Subject: [PATCH] ci: update documentation workflow 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 3746fe05..a417f622 100644 --- a/.github/workflows/releaseDocumentation.yml +++ b/.github/workflows/releaseDocumentation.yml @@ -43,7 +43,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 '/atala-prism-wallet-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 '/identus-edge-agent-sdk-swift'" - name: Upload artifact uses: actions/upload-pages-artifact@v1