Skip to content

Commit ed6049d

Browse files
Fixing docs CI build (#30)
CI/CD workflows changed, adapting to changes there. Increasing docs-as-code to get various bugfixes.
1 parent 79331f4 commit ed6049d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ jobs:
3838
id-token: write
3939

4040
with:
41-
bazel-target: "//process:github_pages__latest"
41+
bazel-target: "//process:incremental_latest -- --github_user=${{ github.repository_owner }} --github_repo=${{ github.event.repository.name }}"
4242
retention-days: 3

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ bazel_dep(name = "score_python_basics", version = "0.3.2")
5959
bazel_dep(name = "score_cr_checker", version = "0.2.2")
6060
bazel_dep(name = "score_format_checker", version = "0.1.1")
6161
bazel_dep(name = "score_platform", version = "0.1.1")
62-
bazel_dep(name = "score_docs_as_code", version = "0.3.0")
62+
bazel_dep(name = "score_docs_as_code", version = "0.3.2")

0 commit comments

Comments
 (0)