Skip to content

Commit

Permalink
Add scala-js-dom docs as submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Mar 29, 2023
1 parent df42aae commit 37be424
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .github/.dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: gitsubmodule
directory: "doc/scala-js-dom/"
schedule:
interval: daily
open-pull-requests-limit: 1
target-branch: main
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[submodule "doc/scala-js-dom"]
path = doc/scala-js-dom
url = https://github.com/scala-js/scala-js-dom.git
branch = docs
1 change: 1 addition & 0 deletions doc/scala-js-dom
Submodule scala-js-dom added at 6a8ee5

0 comments on commit 37be424

Please sign in to comment.