Skip to content

Commit

Permalink
add instructions to setup Github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
ThierryO committed Aug 31, 2023
1 parent 836692f commit d2986e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vignettes/getting_started.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit d2986e4

Please sign in to comment.