-
Notifications
You must be signed in to change notification settings - Fork 108
42 lines (40 loc) · 1.04 KB
/
link-checker.yml
File metadata and controls
42 lines (40 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
name: Link checker
on:
workflow_dispatch:
schedule:
- cron: "00 3 * * 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:
ignore-files: |-
/playground/index.html/
ignore-urls: |-
/aclanthology.org/
/arxiv.org/
/cwiki.apache.org/
/datatracker.ietf.org/
/docs.vespa.ai/playground/
/hub.docker.com/r/
/javadoc.io.*#/
/linux.die.net/
/localhost:8080/
/localhost:9090/
/platform.openai.com/
/readthedocs.io.*#/
/search.maven.org/
/slack.vespa.ai/
/www.ietf.org/
/www.baeldung.com/
/cohere.com/
/dl.acm.org/doi/
/anthropic.com/
/stackoverflow.com/
/cloudsmith.com/
/travis-ci.com/
/www.terraform.io/
/developer.hashicorp.com/
/www.freedesktop.org/