mirror of
https://github.com/onsonr/nebula.git
synced 2025-03-10 17:29:11 +00:00
docs: Specify input directory for Eleventy build
This commit is contained in:
parent
5b210fec58
commit
665663af32
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@ -8,6 +8,8 @@ jobs:
|
|||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: TartanLlama/actions-eleventy@master
|
uses: TartanLlama/actions-eleventy@master
|
||||||
|
with:
|
||||||
|
args: --input=docs
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user