Skip to content

Commit

Permalink
ci: run prepare step before linting docs
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jul 5, 2024
1 parent f8fbefb commit d629b82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/autofix-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 27,9 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Build (stub)
run: pnpm dev:prepare

- name: Lint (docs)
run: pnpm lint:docs:fix

Expand Down

0 comments on commit d629b82

Please sign in to comment.