Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit 33a7a45

Browse files
committed
Fix typo in artifact upload path in generate-docs workflow
1 parent ff6c151 commit 33a7a45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/generate-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/upload-artifact@v4
1919
with:
2020
name: kuzu-swift-docs
21-
paths: docs
21+
path: docs
2222
update-docs:
2323
runs-on: ubuntu-22.04
2424
name: Update Documentation Repository

0 commit comments

Comments
 (0)