We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1637784 commit 3ad6fe1Copy full SHA for 3ad6fe1
1 file changed
.github/workflows/documentation.yml
@@ -33,8 +33,7 @@ jobs:
33
--output-path ./docs \
34
--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
+ uses: actions/upload-pages-artifact@v3
38
with:
39
path: ./docs
40
deploy-docs: # See: https://github.com/actions/deploy-pages
0 commit comments