From e1076ebe201792a3365bae8543d3ba53a023ba3c Mon Sep 17 00:00:00 2001 From: cicdguy <26552821+cicdguy@users.noreply.github.com> Date: Wed, 12 Feb 2025 06:40:18 -0600 Subject: [PATCH 1/2] Change default landing page for gh-pages `latest-tag` does not exist yet, so changing it to `main`. When you have a new tag or release available, change this back to `latest-tag`. Signed-off-by: cicdguy <26552821+cicdguy@users.noreply.github.com> --- .github/workflows/docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 02437864..17bb274c 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -16,6 +16,6 @@ jobs: uses: insightsengineering/r.pkg.template/.github/workflows/pkgdown.yaml@main with: refs-order: c("latest-tag", "main") - default-landing-page: latest-tag + default-landing-page: main secrets: REPO_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From c5619f068c7af518ca5f6cb6beda957e114deef1 Mon Sep 17 00:00:00 2001 From: cicdguy <26552821+cicdguy@users.noreply.github.com> Date: Wed, 12 Feb 2025 06:46:05 -0600 Subject: [PATCH 2/2] fix: Update broken links --- README.md | 2 +- README.rmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7bf27d53..7aa2e47f 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ remotes::install_github("insightsengineering/simIDM") ## Getting Started See also the [quick -start](https://insightsengineering.github.io/simIDM/latest-tag/articles/quickstart.html) +start](https://insightsengineering.github.io/simIDM/main/articles/quickstart.html) vignette or get started by trying out this example: ``` r diff --git a/README.rmd b/README.rmd index 57a0b647..96511738 100644 --- a/README.rmd +++ b/README.rmd @@ -73,7 +73,7 @@ remotes::install_github("insightsengineering/simIDM") ## Getting Started -See also the [quick start](https://insightsengineering.github.io/simIDM/latest-tag/articles/quickstart.html) vignette or get started by trying out this example: +See also the [quick start](https://insightsengineering.github.io/simIDM/main/articles/quickstart.html) vignette or get started by trying out this example: ```{r getting-started, results = 'hide'} library(simIDM)