Skip to content

Commit e112eff

Browse files
authored
fix hosting base path
1 parent 016b838 commit e112eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_docc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
$(xcrun --find docc) convert \
2828
--transform-for-static-hosting \
29-
--hosting-base-path "" \
29+
--hosting-base-path SwiftUIViewCodingGuidelines \
3030
--output-path ./docs \
3131
Sources/SwiftUIViewCodingGuidelines/Guidelines.docc
3232

0 commit comments

Comments
 (0)