Skip to content

Commit

Permalink
(chore): Change hosting_base_path to scribble_gyb
Browse files Browse the repository at this point in the history
  • Loading branch information
N3v1 committed Oct 23, 2024
1 parent c7917c2 commit 369c265
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "<script>window.location.href += \"/documentation/scribble-gyb\"</script>" > docs/index.html;
echo "<script>window.location.href += \"/documentation/scribble_gyb\"</script>" > docs/index.html;
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down

0 comments on commit 369c265

Please sign in to comment.