We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58c8ebd commit 089bef1Copy full SHA for 089bef1
.github/workflows/documentation.yml
@@ -23,7 +23,7 @@ jobs:
23
$(xcrun --find docc) process-archive \
24
transform-for-static-hosting ./DerivedData/Build/Products/Debug/NextcloudContainerManager.doccarchive \
25
--output-path ./docs \
26
- --hosting-base-path /nextcloudcontainermanager
+ --hosting-base-path /nextcloud-container-manager
27
- name: Create root redirect
28
run: |
29
cat > ./docs/index.html << 'EOF'
0 commit comments