We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43d7d97 commit 61ad02aCopy full SHA for 61ad02a
1 file changed
.github/actions/build-docs/action.yml
@@ -25,12 +25,6 @@ runs:
25
run: pnpm install --frozen-lockfile
26
shell: bash
27
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
-
34
- name: Build docs
35
if: ${{ github.event.action != 'closed' }}
36
working-directory: website
0 commit comments