Skip to content

Commit 1637784

Browse files
committed
fix(doc): Correct hosting base path.
Signed-off-by: Iva Horn <iva.horn@icloud.com>
1 parent 2973d7f commit 1637784

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
$(xcrun --find docc) process-archive \
3232
transform-for-static-hosting ./DerivedData/Build/Products/Debug/NextcloudFileProviderKit.doccarchive \
3333
--output-path ./docs \
34-
--hosting-base-path /nextcloudfileproviderkit
34+
--hosting-base-path /NextcloudFileProviderKit
3535
- name: Upload static files as artifact
3636
id: deployment
3737
uses: actions/upload-pages-artifact@v3 # or specific "vX.X.X" version tag for this action

0 commit comments

Comments
 (0)