Skip to content

Commit 636d97d

Browse files
Thespicawangzhe41
authored andcommitted
Update docs.yml
1 parent 029f372 commit 636d97d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ concurrency:
3838
jobs:
3939
build-website:
4040
runs-on: ubuntu-latest
41-
if: ${{ !contains(github.event.pull_request.title, 'WIP') && github.event.pull_request.draft == false }}
4241
steps:
4342
- uses: actions/checkout@v4
4443
with:
@@ -47,7 +46,7 @@ jobs:
4746
submodules: true
4847
fetch-depth: 0
4948

50-
- uses: pnpm/action-setup@v2
49+
- uses: pnpm/action-setup@v4
5150
with:
5251
version: 8
5352

0 commit comments

Comments
 (0)