Skip to content

Commit 2eea7a2

Browse files
ci: fix documentation url path
Signed-off-by: goncalo-frade-iohk <goncalo.frade@iohk.io>
1 parent 0e75215 commit 2eea7a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/releaseDocumentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
max_attempts: 6
3535
retry_on: error
3636
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'"
37+
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'"
3838

3939
- name: Upload artifact
4040
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)