We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7769225 commit 2f4ddfcCopy full SHA for 2f4ddfc
.github/workflows/gh-pages.yml
@@ -15,8 +15,12 @@ jobs:
15
- uses: actions/setup-node@v4
16
with:
17
node-version: '20'
18
- - run: npm install -g pnpm@9
19
- - run: pnpm install
+ - uses: pnpm/action-setup@v4
+ - uses: actions/setup-node@v4
20
+ with:
21
+ cache: 'pnpm'
22
+ node-version: 20
23
+ - run: pnpm i --frozen-lockfile
24
- run: npx lint-to-the-future output -o lttfOutput --rootUrl ember-api-docs --previous-results https://ember-learn.github.io/ember-api-docs/data.json
25
- name: Deploy
26
uses: peaceiris/actions-gh-pages@v3
0 commit comments