Skip to content

Commit

Permalink
Avoiding building manuals
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Sep 27, 2024
1 parent 58bfc48 commit 5d606cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Check the package
run: |
R CMD build .
R CMD check epiworldRShiny_*tar.gz
R CMD check --no-manual epiworldRShiny_*tar.gz
epiworldRShiny-cran:
runs-on: ubuntu-latest
Expand All @@ -117,7 +117,7 @@ jobs:
- name: Check the package
run: |
R CMD check epiworldRShiny_*tar.gz
R CMD check --no-manual epiworldRShiny_*tar.gz
Expand Down

0 comments on commit 5d606cc

Please sign in to comment.