Skip to content

Commit

Permalink
set correct file filter in docs check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mahula committed Jan 25, 2024
1 parent 8f2c6ab commit 7f00c08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
outputs:
markdown: ${{ steps.changes.outputs.markdown }}
vuepress: ${{ steps.changes.outputs.vuepress }}
documentation: ${{ steps.changes.outputs.documentation }}
steps:
- name: Checkout code
uses: actions/checkout@master
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
name: Test Vuepress build
needs: files-changed
runs-on: ubuntu-latest
if: needs.files-changed.outputs.vuepress == 'true'
if: needs.files-changed.outputs.documentation == 'true'
steps:
- name: Checkout code
uses: actions/checkout@master
Expand Down

0 comments on commit 7f00c08

Please sign in to comment.