fix: in feed_to_vespa use the VespaCLI in the PATH #170
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Link checker | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- master | |
pull_request: | |
branches: | |
- master | |
schedule: | |
- cron: "00 3 * * 1-5" | |
jobs: | |
test: | |
uses: vespa-engine/gh-actions/.github/workflows/jekyll-link-checker.yml@main | |
with: | |
ignore-files: |- | |
/playground/index.html/ | |
ignore-urls: |- | |
/localhost:8080/ | |
/docs.vespa.ai/playground/ | |
/javadoc.io.*#/ | |
/readthedocs.io.*#/ | |
/linux.die.net/ | |
/arxiv.org/ | |
/hub.docker.com/r/ | |
/platform.openai.com/ | |
/www.ietf.org/ |