Skip to content

Commit

Permalink
bugfix(documentation): set result of change verification
Browse files Browse the repository at this point in the history
  • Loading branch information
dixxond committed Dec 4, 2024
1 parent 28d0d39 commit 7acd6de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildGithubPage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- 'api/**'
outputs:
changed: ${{steps.api-doc-change.outputs.changed}}
src: ${{steps.api-doc-change.outputs.changed}}

check-changes-client-doc:
name: Check for changes in client documentation
Expand All @@ -35,7 +35,7 @@ jobs:
src:
- 'client/**'
outputs:
changed: ${{steps.client-doc-change.outputs.changed}}
src: ${{steps.client-doc-change.outputs.changed}}

publish-api-documentation:
name: Publish api documentation
Expand Down

0 comments on commit 7acd6de

Please sign in to comment.