Skip to content

Commit cceabc4

Browse files
committed
update lttf dashboard job
1 parent 07667e2 commit cceabc4

1 file changed

Lines changed: 4 additions & 16 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: github pages
1+
name: Lint to the Future Dashboard
22

33
on:
44
push:
@@ -8,21 +8,9 @@ on:
88

99
jobs:
1010
deploy:
11-
runs-on: ubuntu-18.04
11+
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
- uses: pnpm/action-setup@v2
14+
- uses: mansona/lttf-dashboard@v1
1515
with:
16-
version: 8
17-
- uses: actions/setup-node@v4
18-
with:
19-
node-version: 16
20-
cache: pnpm
21-
- run: pnpm i --frozen-lockfile
22-
- run: npx lint-to-the-future output -o lttfOutput --rootUrl ember-cli-notifications --previous-results https://mansona.github.io/ember-cli-notifications/data.json
23-
working-directory: ember-cli-notifications
24-
- name: Deploy
25-
uses: peaceiris/actions-gh-pages@v3
26-
with:
27-
github_token: ${{ secrets.GITHUB_TOKEN }}
28-
publish_dir: ./ember-cli-notifications/lttfOutput
16+
token: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)