File tree 1 file changed +13
-11
lines changed
1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change 6
6
branches :
7
7
- main
8
8
paths :
9
- - inst/templates/**
10
- - _pkgdown.yml
9
+ - " inst/templates/**"
10
+ - " _pkgdown.y[a]ml "
11
11
- DESCRIPTION
12
- - ' **.md'
13
- - man/**
14
- - LICENSE.*
12
+ - " **.md"
13
+ - " **.Rmd"
14
+ - " man/**"
15
+ - " LICENSE.*"
15
16
- NAMESPACE
16
17
pull_request :
17
18
types :
23
24
- main
24
25
- pre-release
25
26
paths :
26
- - inst/templates/**
27
- - _pkgdown.yml
27
+ - " inst/templates/**"
28
+ - " _pkgdown.y[a]ml "
28
29
- DESCRIPTION
29
- - ' **.md'
30
- - man/**
31
- - LICENSE.*
30
+ - " **.md"
31
+ - " **.Rmd"
32
+ - " man/**"
33
+ - " LICENSE.*"
32
34
- NAMESPACE
33
35
workflow_dispatch :
34
36
35
37
jobs :
36
38
docs :
37
- name : Pkgdown Docs 📚
39
+ name : Pkgdown Docs 📚
38
40
uses : insightsengineering/r.pkg.template/.github/workflows/pkgdown.yaml@main
39
41
secrets :
40
42
REPO_GITHUB_TOKEN : ${{ secrets.REPO_GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments