Skip to content

Commit 019c6d7

Browse files
committed
Update file paths
1 parent cbc428e commit 019c6d7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/docs.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ on:
66
branches:
77
- main
88
paths:
9-
- inst/templates/**
10-
- _pkgdown.yaml
9+
- "inst/templates/**"
10+
- "_pkgdown.y[a]ml"
1111
- DESCRIPTION
1212
- "**.md"
1313
- "**.Rmd"
14-
- man/**
15-
- LICENSE.*
14+
- "man/**"
15+
- "LICENSE.*"
1616
- NAMESPACE
1717
pull_request:
1818
types:
@@ -24,19 +24,19 @@ on:
2424
- main
2525
- pre-release
2626
paths:
27-
- inst/templates/**
28-
- _pkgdown.yaml
27+
- "inst/templates/**"
28+
- "_pkgdown.y[a]ml"
2929
- DESCRIPTION
3030
- "**.md"
3131
- "**.Rmd"
32-
- man/**
33-
- LICENSE.*
32+
- "man/**"
33+
- "LICENSE.*"
3434
- NAMESPACE
3535
workflow_dispatch:
3636

3737
jobs:
3838
docs:
39-
name: Pkgdown Docs 📚
39+
name: Pkgdown Docs 📚
4040
uses: insightsengineering/r.pkg.template/.github/workflows/pkgdown.yaml@main
4141
secrets:
4242
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)