Skip to content

Commit

Permalink
feat: migrate "link-checker-sample-apps" workflow from Screwdriver to…
Browse files Browse the repository at this point in the history
… Github

temporary test with separate branch
  • Loading branch information
esolitos authored and gitbutler-client committed Aug 13, 2024
1 parent 1ff9e32 commit c4359c3
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
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@remove-redirect-files-before-link-check
with:
build-plugins: |
_plugins-linkcheck
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/
pre-check-script: |
mv links-to-check.html _site
echo "Broken links in links-to-check.html are extracted from services/hosts/deployment.xml in the sample apps,"
echo "as well as links in javadoc."
echo "Search for broken links in these files."

0 comments on commit c4359c3

Please sign in to comment.