Skip to content

Commit

Permalink
ci: run check_pkgdown
Browse files Browse the repository at this point in the history
Closes #550.
  • Loading branch information
kyleam committed Jun 27, 2024
1 parent 5673079 commit 073c573
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,17 @@ jobs:
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: |
any::pkgdown
any::rcmdcheck
${{ env.MRGMISC_PKG }}
${{ env.NMREC_PKG }}
upgrade: ${{ matrix.config.label == 'oldest' && 'FALSE' || 'TRUE' }}
- uses: r-lib/actions/check-r-package@v2
- name: Check pkgdown
# The pkgdown on MPN 2020-06-08 does not have check_pkgdown().
if: matrix.config.label != 'oldest'
shell: Rscript {0}
run: pkgdown::check_pkgdown()
release:
if: github.ref_type == 'tag'
name: Upload release
Expand Down

0 comments on commit 073c573

Please sign in to comment.