From 70d7f332eb63e0683f22f2f7fe78ae6a050f4690 Mon Sep 17 00:00:00 2001 From: cicdguy <26552821+cicdguy@users.noreply.github.com> Date: Fri, 6 Sep 2024 12:05:42 -0400 Subject: [PATCH] Use `main` as default landing page (#216) 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: