File tree Expand file tree Collapse file tree 3 files changed +2
-27
lines changed Expand file tree Collapse file tree 3 files changed +2
-27
lines changed Original file line number Diff line number Diff line change 55
55
run : sudo apt update && sudo apt install -y graphviz
56
56
- name : Build documentation
57
57
run : |
58
- bazel build //docs:github-pages && cp bazel-bin/docs/github-pages .tar .
58
+ bazel build //docs:github_pages && cp bazel-bin/docs/github_pages .tar .
59
59
# ------------------------------------------------------------------------------
60
60
# Generate a unique artifact name to ensure proper tracking in all scenarios
61
61
# ------------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -90,4 +90,4 @@ bazel_dep(name = "score_cr_checker", version = "0.2.2")
90
90
bazel_dep (name = "score_starpls_lsp" , version = "0.1.0" )
91
91
# Checker rule for CopyRight checks/fixs
92
92
93
- bazel_dep (name = "score_docs_as_code" , version = "0.2.1 " )
93
+ bazel_dep (name = "score_docs_as_code" , version = "0.2.4 " )
Original file line number Diff line number Diff line change 31
31
source_dir = "docs" ,
32
32
source_files_to_scan_for_needs_links = [],
33
33
)
34
-
35
- # Used inside //docs.bzl to enable access to the assets (css files etc.)
36
- filegroup (
37
- name = "assets" ,
38
- srcs = glob ([
39
- "_assets/**" ,
40
- ]),
41
- visibility = ["//visibility:public" ],
42
- )
43
-
44
- filegroup (
45
- name = "html" ,
46
- srcs = [":docs" ],
47
- )
48
-
49
- pkg_files (
50
- name = "html_files" ,
51
- srcs = [":html" ],
52
- renames = {"html" : "" },
53
- )
54
-
55
- pkg_tar (
56
- name = "github-pages" ,
57
- srcs = [":html_files" ],
58
- )
You can’t perform that action at this time.
0 commit comments