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 369c265 commit 3872a7aCopy full SHA for 3872a7a
.github/workflows/documentation.yml
@@ -39,9 +39,13 @@ 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
+
46
+ - name: List docs contents (DDEBUG ONLY)
47
+ run: ls -lah docs
48
49
- name: Upload artifact
50
uses: actions/upload-pages-artifact@v1
51
with:
0 commit comments