Skip to content

Commit 3507b22

Browse files
committed
Add scala-js-dom docs as submodule
1 parent df42aae commit 3507b22

File tree

5 files changed

+19
-2
lines changed

5 files changed

+19
-2
lines changed

.github/.dependabot.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
14+
with:
15+
submodules: true
1416
- name: Set up Ruby
1517
uses: ruby/setup-ruby@v1
1618
with:

.github/workflows/deploy.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ jobs:
77
deploy:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v3
11+
with:
12+
submodules: true
1113
- name: Set up Ruby
1214
uses: ruby/setup-ruby@v1
1315
with:

.gitmodules

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
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

doc/scala-js-dom

Submodule scala-js-dom added at 6a8ee5a

0 commit comments

Comments
 (0)