Skip to content

Commit 3872a7a

Browse files
committed
(chore): Add debug statement
1 parent 369c265 commit 3872a7a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,13 @@ 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;
45+
46+
- name: List docs contents (DDEBUG ONLY)
47+
run: ls -lah docs
48+
4549
- name: Upload artifact
4650
uses: actions/upload-pages-artifact@v1
4751
with:

0 commit comments

Comments
 (0)