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: