mirror of
https://github.com/msberends/AMR.git
synced 2025-07-13 01:12:08 +02:00
new, automated website
This commit is contained in:
3
.github/workflows/website.yaml
vendored
3
.github/workflows/website.yaml
vendored
@ -29,7 +29,7 @@
|
||||
on:
|
||||
push:
|
||||
# only on main
|
||||
branches: 'main - REMOVE THIS LATER'
|
||||
branches: 'main'
|
||||
|
||||
name: Update website
|
||||
|
||||
@ -57,5 +57,4 @@ jobs:
|
||||
run: |
|
||||
git config user.name "github-actions"
|
||||
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||
# Rscript -e 'pkgdown::build_favicons()'
|
||||
Rscript -e 'pkgdown::deploy_to_branch(new_process = FALSE, clean = TRUE, install = TRUE, branch = "gh-pages")'
|
||||
|
Reference in New Issue
Block a user