Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ jobs:
mintlify_deployment:
runs-on: depot-ubuntu-24.04-4
needs:
- api_production_deployment
- detect_changes
if: needs.detect_changes.outputs.docs == 'true'
name: Deploy docs
steps:
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/job_detect_changes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,9 @@ jobs:
- 'internal/clickhouse/**'
- 'go/internal/clickhouse/**'

# Documentation
# Documentation (apps/docs only - .md files ARE content)
docs:
- 'apps/docs/**'
- 'apps/engineering/**'
- '*.md'
- 'README*'
- 'CHANGELOG*'

# GitHub workflows and CI/CD
workflows:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<div align="center">
<h1 align="center">Unkey</h1>
<h5>Open Source API authentication and authorization</h5>
<!-- Test: root README change should NOT trigger docs workflows -->
</div>

<div align="center">
Expand Down