Skip to content

Commit

Permalink
chore(ci): remove integrations from docs smoke test (#9498)
Browse files Browse the repository at this point in the history
  • Loading branch information
lilnasy authored Dec 21, 2023
1 parent 36bedf1 commit 5b4e41a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ jobs:
- name: Build autogenerated docs pages from current astro branch
if: ${{ steps.changes.outputs.docs == 'true' }}
run: cd smoke/docs && pnpm docgen && pnpm docgen:errors && pnpm docgen:integrations
run: cd smoke/docs && pnpm docgen && pnpm docgen:errors
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SOURCE_REPO: ${{ github.event.pull_request.head.repo.full_name || github.event.repository.full_name }}
Expand Down

0 comments on commit 5b4e41a

Please sign in to comment.