mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 00:23:53 +00:00
ci: run prepare step before linting docs
This commit is contained in:
parent
b9a46ee1a9
commit
222305ce75
3
.github/workflows/autofix-docs.yml
vendored
3
.github/workflows/autofix-docs.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user