Skip to content

Commit

Permalink
typo, add deploy-badge to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kkraune committed Mar 27, 2020
1 parent 253cca8 commit 4721482
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-vespa-cord-19-search.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# The ${VESPA_TEAM_VESPACLOUD_CORD_19_API_KEY} is a secret in this repository —
# this is used to deploy applications to Vespa Cloud

name: Deploy the Vespa CORD-19 search applicationn to Vespa Cloud
name: Deploy the Vespa CORD-19 search application to Vespa Cloud
on:
push:
branches: [ master ]
Expand Down
2 changes: 2 additions & 0 deletions vespa-cloud/cord-19-search/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Vespa application which index the [CORD-19](https://pages.semanticscholar.org/co
* Frontend:
* Full API access:

[![Deploy the Vespa CORD-19 search application to Vespa Cloud](https://github.com/vespa-engine/sample-apps/workflows/Deploy%20the%20Vespa%20CORD-19%20search%20application%20to%20Vespa%20Cloud/badge.svg)](https://github.com/vespa-engine/sample-apps/actions?query=workflow%3A%22Deploy+the+Vespa+CORD-19+search+application+to+Vespa+Cloud%22)


## API Access
For using the Search Api of Vespa please see [API documentation](https://docs.vespa.ai/documentation/search-api.html), [YQL Query Language](https://docs.vespa.ai/documentation/query-language.html).
Expand Down

0 comments on commit 4721482

Please sign in to comment.