From d2986e4201536ea416a89025b09fad605af9a855 Mon Sep 17 00:00:00 2001 From: Thierry Onkelinx Date: Thu, 31 Aug 2023 13:42:32 +0200 Subject: [PATCH] add instructions to setup Github pages --- vignettes/getting_started.Rmd | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vignettes/getting_started.Rmd b/vignettes/getting_started.Rmd index be2f0649..a9ca2105 100644 --- a/vignettes/getting_started.Rmd +++ b/vignettes/getting_started.Rmd @@ -81,6 +81,9 @@ _Add rule_ for _Branch name pattern_ `main` and select the following items and _ - `ubuntu (devel)` - `windows (release)` +1. Go in your package GitHub repository to _Settings_ > _Pages_. +Select _Deploy for branch_ as source, `gh-pages` as branch and save the changes. + ## Get it working with an existing package or update the checklist {#setup-package} ### Prerequisites @@ -131,6 +134,8 @@ _Add rule_ for _Branch name pattern_ `main` and select the following items and _ - `ubuntu (oldrel)` - `ubuntu (devel)` - `windows (release)` +1. Go in your package GitHub repository to _Settings_ > _Pages_. +Select _Deploy for branch_ as source, `gh-pages` as branch and save the changes. # Troubleshooting