Skip to content

Commit 6084690

Browse files
committed
Fix pkgdown site
1 parent 96be20e commit 6084690

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
- name: Install dependencies
3434
run: |
3535
remotes::install_deps(dependencies = TRUE)
36+
remotes::install_github("tidyverse/tidytemplate")
37+
remotes::install_cran("tidymodels")
38+
remotes::install_cran("C50")
3639
install.packages("pkgdown")
3740
shell: Rscript {0}
3841

_pkgdown.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ navbar:
7171
- text: "Articles"
7272
menu:
7373
- text: Regression modeling
74-
href: articles/articles/Regression.html
74+
href: https://www.tidymodels.org/learn/models/parsnip-ranger-glmnet/
7575
- text: Classification modeling
76-
href: articles/articles/Classification.html
76+
href: https://www.tidymodels.org/learn/models/parsnip-nnet/
7777
- text: Making a parsnip model from scratch
78-
href: articles/articles/Scratch.html
78+
href: https://www.tidymodels.org/learn/develop/models/
7979
- text: Evaluating submodels with the same model object
8080
href: articles/articles/Submodels.html
8181
- text: News

0 commit comments

Comments
 (0)