Skip to content

Commit 4ea80aa

Browse files
committed
fix(doc): Fixed case of hosting base path for documentation.
Signed-off-by: Iva Horn <iva.horn@icloud.com>
1 parent 3ad6fe1 commit 4ea80aa

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
uses: actions/upload-pages-artifact@v3
3737
with:

0 commit comments

Comments
 (0)