There was an error while loading. Please reload this page.
1 parent 9a062d9 commit 4817d8cCopy full SHA for 4817d8c
2 files changed
Taskfile.yml
@@ -1,5 +1,8 @@
1
version: '2'
2
3
+includes:
4
+ docs: ./docs
5
+
6
vars:
7
GIT_COMMIT:
8
sh: git log -n 1 --format=%h
@@ -83,13 +86,3 @@ tasks:
83
86
cmds:
84
87
- echo '{{.GO_PACKAGES}}'
85
88
silent: true
-
- docs:install:
- desc: Installs docsify to work the on the documentation site
89
- cmds:
90
- - npm install docsify-cli -g
91
92
- docs:serve:
93
- desc: Serves the documentation site locally
94
95
- - docsify serve docs
docs/Taskfile.yml
@@ -0,0 +1,12 @@
+version: '2'
+tasks:
+ install:
+ desc: Installs docsify to work the on the documentation site
+ cmds:
+ - npm install docsify-cli -g
9
+ serve:
10
+ desc: Serves the documentation site locally
11
12
+ - docsify serve docs
0 commit comments