mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +00:00
Rename publish workflow to build. Add badge to the workflow on Readme
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: Publish Container
|
name: build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -6,7 +6,7 @@ on:
|
|||||||
- master
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
build:
|
||||||
name: Build Docker Image, Push to Container Registry
|
name: Build Docker Image, Push to Container Registry
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
[[https://github.com/debanjum/semantic-search/actions/workflows/test.yml/badge.svg]]
|
[[https://github.com/debanjum/semantic-search/actions/workflows/test.yml/badge.svg]] [[https://github.com/debanjum/semantic-search/actions/workflows/build.yml/badge.svg]]
|
||||||
|
|
||||||
* Semantic Search
|
* Semantic Search
|
||||||
/Allow natural language search on user content like notes, images, transactions using transformer based models/
|
/Allow natural language search on user content like notes, images, transactions using transformer based models/
|
||||||
|
|||||||
Reference in New Issue
Block a user