Skip to content

Commit db90bda

Browse files
committed
Update pkgdown action&config to build separate dev doc site
Also, remove references to defunct/never-existing `master` branch.
1 parent 9165bcc commit db90bda

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
# Created with usethis + edited to run on PRs to dev, use API key.
55
on:
66
push:
7-
branches: [main, master]
7+
branches: [main, dev]
88
pull_request:
9-
branches: [main, master, dev]
9+
branches: [main, dev]
1010

1111
name: R-CMD-check
1212

.github/workflows/pkgdown.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
# Created with usethis + edited to run on PRs to dev, use API key.
55
on:
66
push:
7-
branches: [main, master]
7+
branches: [main, dev]
88
pull_request:
9-
branches: [main, master, dev]
9+
branches: [main, dev]
1010
release:
1111
types: [published]
1212
workflow_dispatch:

_pkgdown.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
template:
22
bootstrap: 5
3-
3+
4+
development:
5+
mode: auto
6+
7+
# Colors from epipredict & epidatr, including Carnegie Red https://www.cmu.edu/brand/brand-guidelines/visual-identity/colors.html
8+
navbar:
9+
bg: '#C41230'
10+
fg: '#f8f8f8'
11+
412
url: https://cmu-delphi.github.io/epiprocess/
513

614
home:

0 commit comments

Comments
 (0)