Commit c4359c3 1 parent 1ff9e32 commit c4359c3 Copy full SHA for c4359c3
File tree 1 file changed +34
-0
lines changed
1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Link checker
2
+
3
+ on :
4
+ workflow_dispatch :
5
+ push :
6
+ branches :
7
+ - master
8
+ pull_request :
9
+ branches :
10
+ - master
11
+ schedule :
12
+ - cron : " 00 3 * * 1-5"
13
+
14
+ jobs :
15
+ test :
16
+ uses : vespa-engine/gh-actions-workflows/.github/workflows/jekyll-link-checker.yml@remove-redirect-files-before-link-check
17
+ with :
18
+ build-plugins : |
19
+ _plugins-linkcheck
20
+ additional-args : " --directory-index-file README.html"
21
+ ignore-files : |-
22
+ /tensor-playground/src/main/resources/playground/
23
+ /src/main/resources/site/index.html/
24
+ /dense-passage-retrieval-with-ann/src/main/resources/frontend/index.html/
25
+ ignore-urls : |-
26
+ src/main/application/schemas/wiki.sd#L80
27
+ /localhost:8080/
28
+ src/main/application/search/query-profiles
29
+ /hub.docker.com/r/vespaengine/vespa/tags/
30
+ pre-check-script : |
31
+ mv links-to-check.html _site
32
+ echo "Broken links in links-to-check.html are extracted from services/hosts/deployment.xml in the sample apps,"
33
+ echo "as well as links in javadoc."
34
+ echo "Search for broken links in these files."
You can’t perform that action at this time.
0 commit comments