Skip to content

Commit b0db29a

Browse files
Merge 019c6d7 into 0c713ba
2 parents 0c713ba + 019c6d7 commit b0db29a

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

.github/workflows/docs.yaml

+13-11
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ on:
66
branches:
77
- main
88
paths:
9-
- inst/templates/**
10-
- _pkgdown.yml
9+
- "inst/templates/**"
10+
- "_pkgdown.y[a]ml"
1111
- DESCRIPTION
12-
- '**.md'
13-
- man/**
14-
- LICENSE.*
12+
- "**.md"
13+
- "**.Rmd"
14+
- "man/**"
15+
- "LICENSE.*"
1516
- NAMESPACE
1617
pull_request:
1718
types:
@@ -23,18 +24,19 @@ on:
2324
- main
2425
- pre-release
2526
paths:
26-
- inst/templates/**
27-
- _pkgdown.yml
27+
- "inst/templates/**"
28+
- "_pkgdown.y[a]ml"
2829
- DESCRIPTION
29-
- '**.md'
30-
- man/**
31-
- LICENSE.*
30+
- "**.md"
31+
- "**.Rmd"
32+
- "man/**"
33+
- "LICENSE.*"
3234
- NAMESPACE
3335
workflow_dispatch:
3436

3537
jobs:
3638
docs:
37-
name: Pkgdown Docs 📚
39+
name: Pkgdown Docs 📚
3840
uses: insightsengineering/r.pkg.template/.github/workflows/pkgdown.yaml@main
3941
secrets:
4042
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)