Skip to content

Commit 61ad02a

Browse files
committed
update action
1 parent 43d7d97 commit 61ad02a

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/actions/build-docs/action.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ runs:
2525
run: pnpm install --frozen-lockfile
2626
shell: bash
2727

28-
- name: Install dependencies (docs)
29-
if: ${{ github.event.action != 'closed' }}
30-
working-directory: website
31-
run: pnpm install --frozen-lockfile
32-
shell: bash
33-
3428
- name: Build docs
3529
if: ${{ github.event.action != 'closed' }}
3630
working-directory: website

0 commit comments

Comments
 (0)