We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b42a03a commit af4615cCopy full SHA for af4615c
1 file changed
.github/workflows/documentation.yml
@@ -31,7 +31,7 @@ jobs:
31
$(xcrun --find docc) process-archive \
32
transform-for-static-hosting ./DerivedData/Build/Products/Debug/NextcloudKit.doccarchive \
33
--output-path ./docs \
34
- --hosting-base-path /nextcloudkit
+ --hosting-base-path /NextcloudKit
35
- name: Create root redirect
36
run: |
37
cat > ./docs/index.html << 'EOF'
0 commit comments