diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index b83df5e9c1..4a304d5d5c 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -38,5 +38,5 @@ jobs: id-token: write with: - bazel-target: "//process:github_pages__latest" + bazel-target: "//process:incremental_latest -- --github_user=${{ github.repository_owner }} --github_repo=${{ github.event.repository.name }}" retention-days: 3 diff --git a/MODULE.bazel b/MODULE.bazel index cb39bea660..bd6c709b6e 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -59,4 +59,4 @@ bazel_dep(name = "score_python_basics", version = "0.3.2") bazel_dep(name = "score_cr_checker", version = "0.2.2") bazel_dep(name = "score_format_checker", version = "0.1.1") bazel_dep(name = "score_platform", version = "0.1.1") -bazel_dep(name = "score_docs_as_code", version = "0.3.0") +bazel_dep(name = "score_docs_as_code", version = "0.3.2")