Skip to content

Commit c7917c2

Browse files
committed
(chore): Change hosting_base_path to scribble_gyb
1 parent 56b6eaf commit c7917c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
-destination 'generic/platform=iOS' CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO;
4040
$(xcrun --find docc) process-archive \
4141
transform-for-static-hosting /tmp/docbuild/Build/Products/Debug-iphoneos/scribble_gyb.doccarchive \
42-
--hosting-base-path scribble-gyb \
42+
--hosting-base-path scribble_gyb \
4343
--output-path docs;
4444
echo "<script>window.location.href += \"/documentation/scribble-gyb\"</script>" > docs/index.html;
4545
- name: Upload artifact

0 commit comments

Comments
 (0)