Skip to content

Commit 3e80680

Browse files
committed
template for adding docs
1 parent eb3f862 commit 3e80680

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/build-and-release.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ on:
44
push:
55
branches: [ main ]
66
paths-ignore:
7-
- README.md
7+
- README.md
8+
- 'docs/**'
89
pull_request:
910
branches: [ main ]
1011
paths-ignore:
11-
- README.md
12+
- README.md
13+
- 'docs/**'
1214

1315
jobs:
1416
build:

docs/_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
theme: jekyll-theme-slate

docs/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# devcontainer CLI
2+
3+
TODO - put content here

0 commit comments

Comments
 (0)