Skip to content

Commit

Permalink
Merge pull request #2320 from Shopify/jl-fix-docs-2024-07
Browse files Browse the repository at this point in the history
Fix docs building in CI
  • Loading branch information
jplhomer authored Sep 4, 2024
2 parents b7e54ac + 1938062 commit b9293b4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,14 @@ jobs:
- name: Lint
run: yarn lint

test-build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: ./.github/workflows/actions/prepare

- id: test-build
name: Build docs locally to ensure they can be built in CI
run: yarn docs:admin

0 comments on commit b9293b4

Please sign in to comment.