generated from inherentlee/11ty
Compare commits
3 Commits
eac28617a6
...
7ae34ead7e
| Author | SHA1 | Date | |
|---|---|---|---|
| 7ae34ead7e | |||
| 48595ba14b | |||
| daa5767fc2 |
@ -8,3 +8,4 @@ steps:
|
||||
commands:
|
||||
- npm install
|
||||
- npm run build
|
||||
- rsync -uav _site/ mattrbld-site
|
||||
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
_live
|
||||
_site
|
||||
node_modules
|
||||
|
||||
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +1,6 @@
|
||||
[submodule "_site"]
|
||||
path = _site
|
||||
url = https://heckin.technology/inherentlee/mattrbld-site
|
||||
[submodule "mattrbld-site"]
|
||||
path = mattrbld-site
|
||||
url = ssh://git@heckin.technology:2222/inherentlee/mattrbld-site.git
|
||||
|
||||
1
mattrbld-site
Submodule
1
mattrbld-site
Submodule
Submodule mattrbld-site added at 78650f17aa
Reference in New Issue
Block a user