fix: path-filters

This commit is contained in:
Данил 2024-11-05 22:36:39 +03:00
parent 7ad43f5a6d
commit 3859c34ba4
2 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@ jobs:
- 'docs/**'
deploy:
if: ${{ needs.check-paths.outputs.docs == 'true' }}
if: steps.changes.outputs.docs == 'true'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4