Merge pull request #1828 from vespa-engine/renovate/pypi-pypdf-vulner… #1526
This file contains hidden or 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 | |
| paths-ignore: | |
| - Gemfile.lock | |
| pull_request: | |
| branches: | |
| - master | |
| paths-ignore: | |
| - Gemfile.lock | |
| schedule: | |
| - cron: "00 2 * * 1,3,5" | |
| jobs: | |
| test: | |
| uses: vespa-engine/gh-actions/.github/workflows/jekyll-link-checker.yml@main | |
| secrets: | |
| github-app-id: ${{ secrets.LINK_CHECKER_APP_ID }} | |
| github-app-priv-key: ${{ secrets.LINK_CHECKER_PRIVATE_KEY }} | |
| with: | |
| additional-args: "--directory-index-file README.html" | |
| add-no-render-with-liquid: "true" | |
| build-plugins: | | |
| _plugins-linkcheck | |
| 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, as well as links in javadoc." | |
| echo "Search for broken links in these files." | |
| 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/ | |
| /examples/ecommerce-user-preferences/webapp/templates/index.html/ | |
| ignore-urls: |- | |
| src/main/application/schemas/wiki.sd#L80 | |
| /localhost:8080/ | |
| /localhost:5001/ | |
| src/main/application/search/query-profiles | |
| /hub.docker.com/r/vespaengine/vespa/tags/ | |
| /openai.com/index/openai-api/ | |
| /jmcauley.ucsd.edu/ | |
| /app/ | |
| /webapp/ | |
| swap-urls: |- | |
| (https\://github.com.*/master/.*)#.*:\1 | |
| (https\://github.com.*/main/.*)#.*:\1 | |
| ^(?!https)(.*)\.md:\1.html |