From c4a2f2c90267707ead91320bb685d0e7e173461d Mon Sep 17 00:00:00 2001 From: Marlon Saglia Date: Mon, 12 Aug 2024 20:10:58 +0200 Subject: [PATCH] feat: migrate "link-checker-sample-apps" workflow from Screwdriver to Github --- .github/workflows/link-checker.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/workflows/link-checker.yml diff --git a/.github/workflows/link-checker.yml b/.github/workflows/link-checker.yml new file mode 100644 index 000000000..f512e774c --- /dev/null +++ b/.github/workflows/link-checker.yml @@ -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: + additonal-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/