File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
2
2
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
3
3
on :
4
+ push :
5
+ branches : [main, master]
6
+ pull_request :
7
+ branches : [main, master]
4
8
release :
5
9
types : [published]
6
10
workflow_dispatch :
65
69
shell : Rscript {0}
66
70
67
71
- name : Deploy to GitHub pages 🚀
72
+ if : github.event_name != 'pull_request'
68
73
uses : JamesIves/github-pages-deploy-action@v4.5.0
69
74
with :
70
75
clean : false
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ destination: docs
3
3
template :
4
4
params :
5
5
bootswatch : cosmo
6
+ development :
7
+ mode : auto
6
8
navbar :
7
9
title : loo
8
10
left :
You can’t perform that action at this time.
0 commit comments