Makes verify sidebar script assume build is present

This commit is contained in:
Juan Lulkin
2021-02-20 19:38:05 +01:00
parent 3aacfc69c5
commit b609e94a37
2 changed files with 13 additions and 24 deletions
+5 -5
View File
@@ -34,11 +34,7 @@ jobs:
# smaller, which make Windows builds a lot faster for the rest of the project.
- name: yarn install
run: yarn install --frozen-lockfile
working-directory: microsite
- name: verify sidebars
run: yarn verify:sidebars
working-directory: microsite
working-directory: microsite
- name: prettier
run: yarn prettier:check
@@ -47,3 +43,7 @@ jobs:
- name: build microsite
run: yarn build
working-directory: microsite
- name: verify sidebars
run: yarn verify:sidebars
working-directory: microsite