Skip to content

Commit 665663a

Browse files
committed
docs: Specify input directory for Eleventy build
1 parent 5b210fe commit 665663a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/docs.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
- uses: actions/checkout@master
99
- name: Build
1010
uses: TartanLlama/actions-eleventy@master
11+
with:
12+
args: --input=docs
1113
- name: Deploy
1214
uses: peaceiris/actions-gh-pages@v3
1315
with:

0 commit comments

Comments
 (0)