From 57286c6c84b3bc5570b30b1da3da725e525668bc Mon Sep 17 00:00:00 2001 From: cicdguy <26552821+cicdguy@users.noreply.github.com> Date: Tue, 3 Sep 2024 06:57:19 -0500 Subject: [PATCH] Use `main` as default landing page https://github.com/pharmaverse/admiralci/blob/main/.github/workflows/pkgdown.yml#L17C7-L21 --- .github/workflows/common.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index 144dd83..881b3a7 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -83,8 +83,9 @@ jobs: needs: get_r_version with: r-version: "release" - skip-multiversion-docs: true + skip-multiversion-docs: false insert-tweak-page-hook: false + multiversion-docs-landing-page: main secrets: GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} linter: