mirror of
https://github.com/msberends/AMR.git
synced 2025-07-11 05:02:06 +02:00
(v2.1.1.9118) move ggplot2 plotting functions to general 'plotting' man page
This commit is contained in:
2
.github/workflows/website.yaml
vendored
2
.github/workflows/website.yaml
vendored
@ -46,6 +46,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
# this is to keep timestamps, the default fetch-depth: 1 gets the timestamps of the moment of cloning
|
||||
# we need this for the download page on our website - dates must be of the files, not of the latest git push
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Preserve timestamps
|
||||
@ -69,7 +70,6 @@ jobs:
|
||||
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