File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 26
26
GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
27
27
DELPHI_EPIDATA_KEY : ${{ secrets.SECRET_EPIDATR_GHACTIONS_DELPHI_EPIDATA_KEY }}
28
28
steps :
29
- - uses : actions/checkout@v3
29
+ - uses : actions/checkout@v4
30
30
31
31
- uses : r-lib/actions/setup-pandoc@v2
32
32
50
50
run : |
51
51
target_ref <- "${{ github.event_name == 'pull_request' && github.base_ref || github.ref }}"
52
52
override <- if (target_ref == "main" || target_ref == "refs/heads/main") {
53
- list(development = list(mode = "release", version_label = "light" ))
53
+ list(development = list(mode = "release"))
54
54
} else if (target_ref == "dev" || target_ref == "refs/heads/dev") {
55
- list(development = list(mode = "devel", version_label = "success" ))
55
+ list(development = list(mode = "devel"))
56
56
} else {
57
57
stop("Unexpected target_ref: ", target_ref)
58
58
}
65
65
66
66
- name : Deploy to GitHub pages 🚀
67
67
if : github.event_name != 'pull_request'
68
- uses : JamesIves/github-pages-deploy-action@v4.4.1
68
+ uses : JamesIves/github-pages-deploy-action@v4.5.0
69
69
with :
70
70
clean : false
71
71
branch : gh-pages
Original file line number Diff line number Diff line change 4
4
# dynamically by the CI/CD pipeline.
5
5
development :
6
6
mode : devel
7
- version_label : danger
8
7
9
8
template :
10
9
package : delphidocs
You can’t perform that action at this time.
0 commit comments