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 7b66069 commit 6c6b739Copy full SHA for 6c6b739
.github/workflows/update-dist.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Update dist and doc folders
18
run: |
19
npm run dist
20
- npm run docs
+ npm run doc
21
- uses: stefanzweifel/git-auto-commit-action@v4
22
with:
23
commit_message: "chore: Update dist/ and docs/ directories"
0 commit comments