From 369c26519334c2ad96fe5b9226849311b2083530 Mon Sep 17 00:00:00 2001 From: N3v1 Date: Wed, 23 Oct 2024 14:42:03 +0200 Subject: [PATCH] (chore): Change hosting_base_path to scribble_gyb --- .github/workflows/documentation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index a8286eb..18a97f2 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -38,10 +38,10 @@ jobs: -derivedDataPath /tmp/docbuild \ -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 \ + transform-for-static-hosting /tmp/docbuild/Build/Products/Debug-iphoneos/scribble-gyb.doccarchive \ --hosting-base-path scribble_gyb \ --output-path docs; - echo "" > docs/index.html; + echo "" > docs/index.html; - name: Upload artifact uses: actions/upload-pages-artifact@v1 with: