-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: migrate "link-checker-sample-apps" workflow from Screwdriver to…
… Github
- Loading branch information
1 parent
99c0f47
commit acc9746
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
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-workflows/.github/workflows/jekyll-link-checker.yml@v1 | ||
with: | ||
additional-args: "--directory-index-file README.html" | ||
ignore-files: |- | ||
/tensor-playground/src/main/resources/playground/ | ||
/src/main/resources/site/index.html/ | ||
/dense-passage-retrieval-with-ann/src/main/resources/frontend/index.html/ | ||
ignore-urls: |- | ||
src/main/application/schemas/wiki.sd#L80 | ||
/localhost:8080/ | ||
src/main/application/search/query-profiles | ||
/hub.docker.com/r/vespaengine/vespa/tags/ |