This commit is contained in:
Mike Tokic 2021-09-13 15:49:37 -07:00
Родитель 4b3b12fe96
Коммит f46cae26b0
1 изменённых файлов: 0 добавлений и 11 удалений

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

@ -22,14 +22,6 @@ jobs:
with:
r-version: '4.1.1'
# - name: Install system dependencies
# if: runner.os == 'Linux'
# run: |
# pak::local_system_requirements(execute = TRUE)
# pak::pkg_system_requirements("pkgdown", execute = TRUE)
# shell: Rscript {0}
- name: Install dependencies
run: |
install.packages('remotes')
@ -39,9 +31,6 @@ jobs:
shell: Rscript {0}
# - name: Install package
# run: R CMD INSTALL .
- name: Build and deploy pkgdown site
run: |
git config --local user.name "$GITHUB_ACTOR"