From b0f85261c51549f4ae1f5077171b52c0fc713d36 Mon Sep 17 00:00:00 2001 From: pchelle Date: Thu, 24 Oct 2024 09:29:17 -0400 Subject: [PATCH 1/2] Add pkgdown.ymll to provide bootstrap 5 --- _pkgdown.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 _pkgdown.yml diff --git a/_pkgdown.yml b/_pkgdown.yml new file mode 100644 index 0000000..ad5b987 --- /dev/null +++ b/_pkgdown.yml @@ -0,0 +1,4 @@ +url: https://www.open-systems-pharmacology.org/OSPSuite.Addins/ + +template: + bootstrap: 5 From e3daf9a66c80cb9b46c6e966d33781a3f21445d8 Mon Sep 17 00:00:00 2001 From: pchelle Date: Thu, 24 Oct 2024 09:30:59 -0400 Subject: [PATCH 2/2] Install pandoc --- .github/workflows/update-website.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update-website.yml b/.github/workflows/update-website.yml index 0985fa1..f7492be 100644 --- a/.github/workflows/update-website.yml +++ b/.github/workflows/update-website.yml @@ -20,6 +20,8 @@ jobs: uses: r-lib/actions/setup-r@v2 with: use-public-rspm: true + - name: Setup Pandoc + uses: r-lib/actions/setup-pandoc@v2 # No need to install ospsuite ecosystem # because the job only needs to display the md reports as html pages - name: Packages to build website