We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e75215 commit 2eea7a2Copy full SHA for 2eea7a2
.github/workflows/releaseDocumentation.yml
@@ -34,7 +34,7 @@ jobs:
34
max_attempts: 6
35
retry_on: error
36
timeout_minutes: 50
37
- 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'"
38
39
- name: Upload artifact
40
uses: actions/upload-pages-artifact@v3
0 commit comments