Skip to content

Commit

Permalink
Merged GHA config
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixErnst committed Mar 19, 2024
1 parent f5ce25a commit 9578456
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 105 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,13 @@ jobs:
with:
name: ${{ runner.os }}-r${{ matrix.config.r }}-results
path: check

- name: Install package
run: |
R CMD INSTALL .
git config --global user.name ${{secrets.GH_USER}}
git config --global user.email ${{secrets.GH_EMAIL}}
- name: Deploy Pkgdown to branch
run: pkgdown::deploy_to_branch(new_process = FALSE)
shell: Rscript {0}
105 changes: 0 additions & 105 deletions .github/workflows/pkgdown.yaml

This file was deleted.

0 comments on commit 9578456

Please sign in to comment.