mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
fix(ci): empty directory vector error (#2288)
* fix(ci): empty directory vector error * chore(ci): simulate example change * chore(ci): remove simulated example change
This commit is contained in:
parent
dfddbd6bf9
commit
4222c832b1
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ jobs:
|
|||
dir_names: true
|
||||
dir_names_max_depth: "2"
|
||||
files: |
|
||||
examples
|
||||
examples/**
|
||||
!examples/cargo-make
|
||||
!examples/gtk
|
||||
!examples/hackernews_js_fetch
|
||||
|
|
Loading…
Reference in a new issue