mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-03 21:24:17 +00:00
material: Fix CI detecting docs changes (https://github.com/slint-ui/material-components/issues/18)
Imported from 5ef4ad2301
This commit is contained in:
parent
cb505c61db
commit
c7a1af7d0f
1 changed files with 3 additions and 3 deletions
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
- name: Format, lint and REUSE check
|
||||
uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27
|
||||
|
||||
filter_docs_changes:
|
||||
changes:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [format_fix]
|
||||
steps:
|
||||
|
|
@ -56,8 +56,8 @@ jobs:
|
|||
contents: read
|
||||
deployments: write
|
||||
name: Deploy to Cloudflare Pages
|
||||
needs: [filter_docs_changes]
|
||||
if: needs.filter_docs_changes.outputs.docs == 'true'
|
||||
needs: [changes]
|
||||
if: ${{ needs.changes.outputs.docs == 'true' }}
|
||||
defaults:
|
||||
run:
|
||||
working-directory: docs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue