increase build trigger coverage

This commit is contained in:
neil 2022-12-23 10:55:33 +08:00
parent 1ec48fa8c3
commit e097d56303
2 changed files with 2 additions and 2 deletions

View file

@ -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'

View file

@ -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[] = [];