Skip to content

Commit 7ea8ba4

Browse files
authored
Merge pull request #20951 from emberjs/kg-docs
2 parents 01508ee + 50815ae commit 7ea8ba4

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/docs.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: docs.yml
1+
name: Generate Docs
22
on:
33
push:
44
tags:
@@ -33,15 +33,17 @@ jobs:
3333
repository: ember-learn/ember-api-docs-data
3434
path: ember-api-docs-data
3535

36+
- uses: pnpm/action-setup@v4
37+
name: Install pnpm
38+
with:
39+
run_install: false
40+
3641
- name: Set up Node.js
3742
uses: actions/setup-node@v4
3843
with:
3944
node-version: '20'
4045
cache: 'pnpm'
4146

42-
- name: Install pnpm
43-
run: npm install -g pnpm
44-
4547
- name: Install dependencies for ember-jsonapi-docs
4648
run: pnpm install
4749
working-directory: ember-jsonapi-docs

0 commit comments

Comments
 (0)