Skip to content

Commit 307f7a0

Browse files
committed
Fix path
1 parent 98b1386 commit 307f7a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift-generate-and-publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ jobs:
282282
if: ${{ needs.basic-context.outputs.is-latest == 'true' }}
283283
working-directory: repository
284284
env:
285-
REDIRECT_URL: ${{ needs.basic-context.outputs.base-url }}/${{ needs.basic-context.outputs.version-base-path }}/documentation
285+
REDIRECT_URL: ${{ needs.basic-context.outputs.base-url }}/${{ needs.basic-context.outputs.version-path }}/documentation
286286
REPO_NAME: ${{ inputs.repository }}
287287
run: |
288288
if [ -d 'latest' ]; then

0 commit comments

Comments
 (0)