Skip to content

Commit

Permalink
remove re checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
katosh committed Jun 19, 2024
1 parent a9318ac commit cf41e16
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,6 @@ jobs:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Build pkgdown site
run: |
pkgdown::build_site()
shell: Rscript {0}

- name: Test coverage
run: |
cov <- covr::package_coverage(
Expand Down Expand Up @@ -101,9 +93,6 @@ jobs:
contents: write

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Build pkgdown site
run: |
pkgdown::build_site()
Expand Down

0 comments on commit cf41e16

Please sign in to comment.