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
2d136e04c6
commit
b9a46ee1a9
3
.github/workflows/docs.yml
vendored
3
.github/workflows/docs.yml
vendored
@ -31,6 +31,9 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
|
||||
- name: Build (stub)
|
||||
run: pnpm dev:prepare
|
||||
|
||||
- name: Lint (docs)
|
||||
run: pnpm lint:docs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user