Skip to content

Commit a6907e4

Browse files
authored
Update pull-request.yml
1 parent 96f217a commit a6907e4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/pull-request.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -422,16 +422,13 @@ jobs:
422422
steps:
423423
- name: Checkout the Repository
424424
uses: actions/checkout@v4
425-
426425
- name: Set up Node.js
427426
uses: actions/setup-node@v4
428427
with:
429428
node-version: '20.x'
430-
431429
- name: Install dependencies
432430
working-directory: ./docs
433431
run: npm install
434-
435432
- name: Test building the website
436433
working-directory: ./docs
437434
run: npm run build

0 commit comments

Comments
 (0)