Skip to content

Commit

Permalink
bugfix(documentation): change filter
Browse files Browse the repository at this point in the history
  • Loading branch information
dixxond committed Dec 4, 2024
1 parent 8bd41e0 commit 642312e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/buildGithubPage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
id: api-doc-change
with:
filters: |
src:
changed:
- 'api/**'
outputs:
src: ${{steps.api-doc-change.outputs.changed}}
changed: ${{steps.api-doc-change.outputs.changed}}

check-changes-client-doc:
name: Check for changes in client documentation
Expand All @@ -32,10 +32,10 @@ jobs:
id: client-doc-change
with:
filters: |
src:
changed:
- 'client/**'
outputs:
src: ${{steps.client-doc-change.outputs.changed}}
changed: ${{steps.client-doc-change.outputs.changed}}

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

0 comments on commit 642312e

Please sign in to comment.