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