We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01508ee + 50815ae commit 7ea8ba4Copy full SHA for 7ea8ba4
.github/workflows/docs.yml
@@ -1,4 +1,4 @@
1
-name: docs.yml
+name: Generate Docs
2
on:
3
push:
4
tags:
@@ -33,15 +33,17 @@ jobs:
33
repository: ember-learn/ember-api-docs-data
34
path: ember-api-docs-data
35
36
+ - uses: pnpm/action-setup@v4
37
+ name: Install pnpm
38
+ with:
39
+ run_install: false
40
+
41
- name: Set up Node.js
42
uses: actions/setup-node@v4
43
with:
44
node-version: '20'
45
cache: 'pnpm'
46
- - name: Install pnpm
- run: npm install -g pnpm
-
47
- name: Install dependencies for ember-jsonapi-docs
48
run: pnpm install
49
working-directory: ember-jsonapi-docs
0 commit comments