mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
increase build trigger coverage
This commit is contained in:
parent
1ec48fa8c3
commit
e097d56303
2 changed files with 2 additions and 2 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -27,6 +27,8 @@ jobs:
|
||||||
filters: |
|
filters: |
|
||||||
src:
|
src:
|
||||||
- 'modules/gui/src-tauri/**'
|
- 'modules/gui/src-tauri/**'
|
||||||
|
- 'modules/gui/src/**'
|
||||||
|
- 'modules/ui/src/**'
|
||||||
build_svelte:
|
build_svelte:
|
||||||
needs: changes
|
needs: changes
|
||||||
if: needs.changes.outputs.svelte == 'true'
|
if: needs.changes.outputs.svelte == 'true'
|
||||||
|
|
|
@ -125,8 +125,6 @@ function initSearchStore() {
|
||||||
const postsSearch = writable<AirtablePost[]>([]);
|
const postsSearch = writable<AirtablePost[]>([]);
|
||||||
|
|
||||||
// TODO:
|
// TODO:
|
||||||
// add fuse.js index here: packages, articles/posts, etc
|
|
||||||
// define fuse.js shape { tags:[], desc:string, title: string, thumb_image_url: string }
|
|
||||||
// should use algolia if user is somehow online
|
// should use algolia if user is somehow online
|
||||||
|
|
||||||
const packagesFound: GUIPackage[] = [];
|
const packagesFound: GUIPackage[] = [];
|
||||||
|
|
Loading…
Reference in a new issue