From 9cbb9cd11da378fc25fc3523d26af02e70e75858 Mon Sep 17 00:00:00 2001 From: Maximilian Pollak Date: Thu, 5 Jun 2025 09:37:00 +0200 Subject: [PATCH] Fixing docs CI build CI/CD workflows changed, adapting to changes there. Increasing docs-as-code to get various bugfixes. --- .github/workflows/docs.yml | 2 +- MODULE.bazel | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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")