File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1515 GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
1616 R_KEEP_PKG_SOURCE : yes
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
1919
2020 - uses : r-lib/actions/setup-r@v2
2121 with :
2727 needs : check
2828
2929 - uses : r-lib/actions/check-r-package@v2
30+ with :
31+ upload-snapshots : true
32+ build_args : ' c("--no-manual","--compact-vignettes=gs+qpdf")'
Original file line number Diff line number Diff line change 2222 permissions :
2323 contents : write
2424 steps :
25- - uses : actions/checkout@v3
25+ - uses : actions/checkout@v4
2626
2727 - uses : r-lib/actions/setup-pandoc@v2
2828
4141
4242 - name : Deploy to GitHub pages 🚀
4343 if : github.event_name != 'pull_request'
44- uses : JamesIves/github-pages-deploy-action@v4.4.1
44+ uses : JamesIves/github-pages-deploy-action@v4.5.0
4545 with :
4646 clean : false
4747 branch : gh-pages
Original file line number Diff line number Diff line change 22output : github_document
33---
44
5+ <!-- badges: start -->
6+
7+ [ ![ R-CMD-check] ( https://github.com/ThomUK/SPCreporter/actions/workflows/R-CMD-check.yaml/badge.svg )] ( https://github.com/ThomUK/SPCreporter/actions/workflows/R-CMD-check.yaml )
8+
9+ <!-- badges: end -->
10+
11+
512<!-- README.md is generated from README.Rmd. Please edit that file -->
613
714``` {r setup}
You can’t perform that action at this time.
0 commit comments