mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 07:51:57 +02:00
improve as.mo()
This commit is contained in:
6
.github/workflows/website.yaml
vendored
6
.github/workflows/website.yaml
vendored
@ -65,7 +65,11 @@ jobs:
|
||||
- name: Set up R dependencies
|
||||
uses: r-lib/actions/setup-r-dependencies@v2
|
||||
with:
|
||||
extra-packages: any::pkgdown
|
||||
# add extra packages for website articles:
|
||||
extra-packages: |
|
||||
any::pkgdown
|
||||
any::tidymodels
|
||||
any::data.table
|
||||
|
||||
# Send updates to repo using GH Actions bot
|
||||
- name: Create website in separate branch
|
||||
|
Reference in New Issue
Block a user