From 2b9efbee8cc80c3089fa8e1a21b3192834505668 Mon Sep 17 00:00:00 2001 From: cicdguy <26552821+cicdguy@users.noreply.github.com> Date: Tue, 3 Sep 2024 06:24:49 -0500 Subject: [PATCH] Set `insert-tweak-page-hook: false` for docs workflow Following the fix from pharmaverse/admiralci#193, this ensures that the docs/pkgdown workflow gets fixed. --- .github/workflows/common.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index a3552238..40c9e354 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -87,6 +87,8 @@ jobs: skip-multiversion-docs: true # Ref to use for the multiversion docs landing page multiversion-docs-landing-page: devel + # Do not insert the "tweak-page" hook + insert-tweak-page-hook: false linter: name: Lint uses: pharmaverse/admiralci/.github/workflows/lintr.yml@main