Skip to content

Commit 3ad6fe1

Browse files
committed
fix(doc): Suggested fix by GitHub Copilot.
Signed-off-by: Iva Horn <iva.horn@icloud.com>
1 parent 1637784 commit 3ad6fe1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/documentation.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ jobs:
3333
--output-path ./docs \
3434
--hosting-base-path /NextcloudFileProviderKit
3535
- 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
36+
uses: actions/upload-pages-artifact@v3
3837
with:
3938
path: ./docs
4039
deploy-docs: # See: https://github.com/actions/deploy-pages

0 commit comments

Comments
 (0)