This commit is contained in:
Mike Tokic 2021-09-13 16:00:38 -07:00
Родитель f46cae26b0
Коммит 27211ee694
1 изменённых файлов: 3 добавлений и 3 удалений

6
.github/workflows/pkgdown.yaml поставляемый
Просмотреть файл

@ -1,7 +1,7 @@
on:
push:
branches:
- users/mitokic/gh-action-update
branches: [main, master]
tags: ['*']
name: pkgdown
@ -35,4 +35,4 @@ jobs:
run: |
git config --local user.name "$GITHUB_ACTOR"
git config --local user.email "$GITHUB_ACTOR@users.noreply.github.com"
Rscript -e 'pkgdown::deploy_to_branch(new_process = FALSE, branch = "gh-pages2", github_pages = TRUE)'
Rscript -e 'pkgdown::deploy_to_branch(new_process = FALSE, branch = "gh-pages", github_pages = TRUE)'