Skip to content

Commit

Permalink
(chore): Add debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
N3v1 committed Oct 23, 2024
1 parent 369c265 commit 3872a7a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "<script>window.location.href += \"/documentation/scribble_gyb\"</script>" > docs/index.html;
- name: List docs contents (DDEBUG ONLY)
run: ls -lah docs

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down

0 comments on commit 3872a7a

Please sign in to comment.