diff --git a/.github/workflows/cd-deploy-docs.yaml b/.github/workflows/cd-deploy-docs.yaml index 580782b33..d184ba5fe 100644 --- a/.github/workflows/cd-deploy-docs.yaml +++ b/.github/workflows/cd-deploy-docs.yaml @@ -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 diff --git a/docs/src/core/infrastructure/onboarding.md b/docs/src/core/infrastructure/onboarding.md index 64289805b..825f347d7 100644 --- a/docs/src/core/infrastructure/onboarding.md +++ b/docs/src/core/infrastructure/onboarding.md @@ -37,4 +37,4 @@ This guide assumes basic experience with SSH. # as opposed to root@hozer-51.ocf.berkeley.edu ``` -fake change +fake change 2