Skip to content

Commit 6c6b739

Browse files
authored
chore: Fix doc generation command
1 parent 7b66069 commit 6c6b739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Update dist and doc folders
1818
run: |
1919
npm run dist
20-
npm run docs
20+
npm run doc
2121
- uses: stefanzweifel/git-auto-commit-action@v4
2222
with:
2323
commit_message: "chore: Update dist/ and docs/ directories"

0 commit comments

Comments
 (0)