File tree 5 files changed +19
-2
lines changed
5 files changed +19
-2
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+ updates :
3
+ - package-ecosystem : gitsubmodule
4
+ directory : " doc/scala-js-dom/"
5
+ schedule :
6
+ interval : daily
7
+ open-pull-requests-limit : 1
8
+ target-branch : docs
Original file line number Diff line number Diff line change 10
10
build :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v3
14
+ with :
15
+ submodules : true
14
16
- name : Set up Ruby
15
17
uses : ruby/setup-ruby@v1
16
18
with :
Original file line number Diff line number Diff line change 7
7
deploy :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v2
10
+ - uses : actions/checkout@v3
11
+ with :
12
+ submodules : true
11
13
- name : Set up Ruby
12
14
uses : ruby/setup-ruby@v1
13
15
with :
Original file line number Diff line number Diff line change
1
+ [submodule "doc/scala-js-dom "]
2
+ path = doc/scala-js-dom
3
+ url = https://github.com/scala-js/scala-js-dom.git
4
+ branch = docs
You can’t perform that action at this time.
0 commit comments