Skip to content

Commit af4615c

Browse files
committed
fix(doc): Updated case in hosting base path for GitHub Pages to reflect actual casing of repository name.
Signed-off-by: Iva Horn <iva.horn@icloud.com>
1 parent b42a03a commit af4615c

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/NextcloudKit.doccarchive \
3333
--output-path ./docs \
34-
--hosting-base-path /nextcloudkit
34+
--hosting-base-path /NextcloudKit
3535
- name: Create root redirect
3636
run: |
3737
cat > ./docs/index.html << 'EOF'

0 commit comments

Comments
 (0)