Skip to content

Commit 9056792

Browse files
committed
Update release workflow: fix error
1 parent 18a0580 commit 9056792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install Dependencies
2626
run: pnpm install --frozen-lockfile
2727
- name: Initialize asterics-docs
28-
run: pnpm run docs init init --no-reference
28+
run: pnpm run docs init --no-reference
2929
- name: Setup docs
3030
run: pnpm run docs setup
3131
- name: Build

0 commit comments

Comments
 (0)