From 3872a7a22d756c16f3aa5ecd0b33385601faad7d Mon Sep 17 00:00:00 2001 From: N3v1 Date: Wed, 23 Oct 2024 14:49:41 +0200 Subject: [PATCH] (chore): Add debug statement --- .github/workflows/documentation.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 18a97f2..1b7d1f9 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -39,9 +39,13 @@ jobs: -destination 'generic/platform=iOS' CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO; $(xcrun --find docc) process-archive \ transform-for-static-hosting /tmp/docbuild/Build/Products/Debug-iphoneos/scribble-gyb.doccarchive \ - --hosting-base-path scribble_gyb \ + --hosting-base-path scribble-gyb \ --output-path docs; echo "" > docs/index.html; + + - name: List docs contents (DDEBUG ONLY) + run: ls -lah docs + - name: Upload artifact uses: actions/upload-pages-artifact@v1 with: