Skip to content

Commit b883084

Browse files
authored
Merge pull request #120 from ThomUK/issue_119
Change specific version (4.4.1) of github-pages-deploy-action to v4.5.0
2 parents 61383af + d5e0ffc commit b883084

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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:
@@ -27,3 +27,6 @@ jobs:
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")'

.github/workflows/pkgdown.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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

@@ -41,7 +41,7 @@ jobs:
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

README.Rmd

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
output: 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}

0 commit comments

Comments
 (0)