We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f12cc85 commit ecb5143Copy full SHA for ecb5143
.github/workflows/publish-docs.yml
@@ -44,12 +44,12 @@ jobs:
44
mkdir -p artifacts
45
zip -r artifacts/${{ steps.define-ids.outputs.artifact }} build/dokka/html
46
47
- - name: Upload docs
+ - name: Upload artifact
48
uses: actions/upload-artifact@v4
49
with:
50
name: docs
51
- path: |
52
- artifacts/${{ steps.define-ids.outputs.artifact }}
+ path: artifacts/${{ steps.define-ids.outputs.artifact }}
+
53
54
deploy:
55
environment:
0 commit comments