diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index a54e8e8c..76433ff7 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -23,4 +23,5 @@ jobs: fail-on-diff: "true" - if: failure() + working-dir: ${{ matrix.module }} run: cat README.md diff --git a/authorize-private-service/README.md b/authorize-private-service/README.md index e69de29b..30404ce4 100644 --- a/authorize-private-service/README.md +++ b/authorize-private-service/README.md @@ -0,0 +1 @@ +TODO \ No newline at end of file