Skip to content

Commit

Permalink
Docs now needs CI to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Oct 30, 2024
1 parent 7ca10de commit 50f1aef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ on:
types: [created]
jobs:
ci:
name: CI Checks
name: CI
uses: ./.github/workflows/ci.yaml
docs:
name: Docs
uses: zen-fs/core/.github/workflows/deploy-docs.yaml@main
needs: ci
release:
name: Release
uses: zen-fs/core/.github/workflows/release-common.yaml@main
Expand Down

0 comments on commit 50f1aef

Please sign in to comment.