Skip to content

Commit

Permalink
test fixed github action 2
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmwang committed Dec 16, 2024
1 parent 51ffa81 commit 621190e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
name: Build and Push Docs Image
needs: [detect-changes]
runs-on: ubuntu-latest
if: needs.detect-changes.outputs.any_changed == 'true'
if: needs.detect-changes.outputs.changed == 'true'

steps:
- name: Checkout Repository
Expand Down
2 changes: 1 addition & 1 deletion docs/src/core/infrastructure/onboarding.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ This guide assumes basic experience with SSH.
# as opposed to [email protected]
```
fake change
fake change 2

0 comments on commit 621190e

Please sign in to comment.