Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pkgdown actions based on branch reorganization #383

Merged
merged 6 commits into from
Jan 4, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
# Created with usethis + edited to run on PRs to dev, use API key.
on:
push:
branches: [main, master]
branches: [main, dev]
pull_request:
branches: [main, master, dev]
branches: [main, dev]

name: R-CMD-check

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
# Created with usethis + edited to run on PRs to dev, use API key.
on:
push:
branches: [main, master]
branches: [main, dev]
pull_request:
branches: [main, master, dev]
branches: [main, dev]
release:
types: [published]
workflow_dispatch:
Expand Down
20 changes: 15 additions & 5 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,26 @@
template:
bootstrap: 5


development:
mode: auto

# Colors from epipredict & epidatr, including Carnegie Red https://www.cmu.edu/brand/brand-guidelines/visual-identity/colors.html
navbar:
bg: '#C41230'
fg: '#f8f8f8'

url: https://cmu-delphi.github.io/epiprocess/

home:
links:
- text: Get the epipredict R package
href: https://cmu-delphi.github.io/epipredict/
- text: Get the covidcast R package
href: https://cmu-delphi.github.io/covidcast/covidcastR/
- text: View the Delphi tooling book
href: https://cmu-delphi.github.io/delphi-tooling-book/
- text: Get epidatasets R package
dshemetov marked this conversation as resolved.
Show resolved Hide resolved
href: https://cmu-delphi.github.io/epidatasets/
- text: Get the epidatr R package
href: https://github.com/cmu-delphi/epidatr
- text: Get the epipredict R package
href: https://cmu-delphi.github.io/epipredict/

articles:
- title: Using the package
Expand Down
Loading