Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt authored Oct 2, 2024
1 parent ceb462f commit e94bea3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,9 @@ jobs:
- name: Check if documentation can be built
run: uv run mkdocs build -s

# Only deploy docs if all tests pass
deploy-docs:
needs: [check-docs, run-tests]
needs: [quality, check-docs, run-tests]
runs-on: ubuntu-latest
steps:
- name: Check out
Expand Down

0 comments on commit e94bea3

Please sign in to comment.