Skip to content

Commit a0517dd

Browse files
committed
build: add project submodules
1 parent 93b5e61 commit a0517dd

5 files changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
- main
77
paths:
88
- docs/**
9+
- vendor/**
10+
- .gitmodules
911
- .github/workflows/deploy.yml
1012
workflow_dispatch:
1113

@@ -29,6 +31,7 @@ jobs:
2931
uses: actions/checkout@v5
3032
with:
3133
fetch-depth: 0
34+
submodules: recursive
3235

3336
- name: Setup Node
3437
uses: actions/setup-node@v6

.gitmodules

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[submodule "vendor/evdev"]
2+
path = vendor/evdev
3+
url = git@github.com:BlueLua/evdev.git
4+
[submodule "vendor/timeutil"]
5+
path = vendor/timeutil
6+
url = git@github.com:BlueLua/timeutil.git
7+
[submodule "vendor/tty"]
8+
path = vendor/tty
9+
url = git@github.com:BlueLua/tty.git

vendor/evdev

Submodule evdev added at 8bcb5b7

vendor/timeutil

Submodule timeutil added at ee9f1e1

vendor/tty

Submodule tty added at 16f180c

0 commit comments

Comments
 (0)