Skip to content

Commit 089bef1

Browse files
committed
Fixed hosting base path.
1 parent 58c8ebd commit 089bef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
$(xcrun --find docc) process-archive \
2424
transform-for-static-hosting ./DerivedData/Build/Products/Debug/NextcloudContainerManager.doccarchive \
2525
--output-path ./docs \
26-
--hosting-base-path /nextcloudcontainermanager
26+
--hosting-base-path /nextcloud-container-manager
2727
- name: Create root redirect
2828
run: |
2929
cat > ./docs/index.html << 'EOF'

0 commit comments

Comments
 (0)