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 56b6eaf commit c7917c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ 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: Upload artifact
Expand Down

0 comments on commit c7917c2

Please sign in to comment.