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 56b6eaf commit c7917c2Copy full SHA for c7917c2
.github/workflows/documentation.yml
@@ -39,7 +39,7 @@ jobs:
39
-destination 'generic/platform=iOS' CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO;
40
$(xcrun --find docc) process-archive \
41
transform-for-static-hosting /tmp/docbuild/Build/Products/Debug-iphoneos/scribble_gyb.doccarchive \
42
- --hosting-base-path scribble-gyb \
+ --hosting-base-path scribble_gyb \
43
--output-path docs;
44
echo "<script>window.location.href += \"/documentation/scribble-gyb\"</script>" > docs/index.html;
45
- name: Upload artifact
0 commit comments