We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2da1962 commit ba28e92Copy full SHA for ba28e92
.github/workflows/pkgdown.yaml
@@ -12,6 +12,11 @@ name: pkgdown
12
jobs:
13
pkgdown:
14
runs-on: macOS-latest
15
+ strategy:
16
+ matrix:
17
+ config:
18
+ - r: '4.0.1'
19
+ http-user-agent: 'github-actions'
20
env:
21
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
22
steps:
.github/workflows/test-coverage.yaml
@@ -36,6 +36,11 @@ name: test-coverage
36
37
test-coverage:
38
39
40
41
42
43
44
45
46
0 commit comments