mirror of
https://github.com/go-task/task.git
synced 2025-01-12 04:34:11 +02:00
Make ./docs/Taskfile.yml run on ./docs
This commit is contained in:
parent
5e75639244
commit
b2a56161bb
@ -1,9 +1,9 @@
|
||||
version: '3'
|
||||
|
||||
# silent: true
|
||||
|
||||
includes:
|
||||
docs: ./docs
|
||||
docs:
|
||||
taskfile: ./docs
|
||||
dir: ./docs
|
||||
|
||||
vars:
|
||||
GIT_COMMIT:
|
||||
|
@ -9,4 +9,4 @@ tasks:
|
||||
serve:
|
||||
desc: Serves the documentation site locally
|
||||
cmds:
|
||||
- docsify serve docs
|
||||
- docsify serve .
|
||||
|
Loading…
Reference in New Issue
Block a user