Skip to content

Commit cda2ef3

Browse files
committed
fix: remove local yarn install for act
1 parent 5c61ca0 commit cda2ef3

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/docs-build-check.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ jobs:
2323
env:
2424
WORKING_DIRECTORY: docs
2525
steps:
26-
- name: checkout
27-
uses: actions/checkout@v2
28-
- name: For act to work (local testing)
29-
run: npm -g install yarn
3026
- name: Use Node.js 18
3127
uses: actions/setup-node@v2
3228
with:

0 commit comments

Comments
 (0)