We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2973d7f commit 1637784Copy full SHA for 1637784
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/NextcloudFileProviderKit.doccarchive \
33
--output-path ./docs \
34
- --hosting-base-path /nextcloudfileproviderkit
+ --hosting-base-path /NextcloudFileProviderKit
35
- name: Upload static files as artifact
36
id: deployment
37
uses: actions/upload-pages-artifact@v3 # or specific "vX.X.X" version tag for this action
0 commit comments