mirror of
https://github.com/TECHNOFAB11/docsonnet.git
synced 2026-02-02 07:35:11 +01:00
feat: add newSub (#44)
This commit is contained in:
parent
b5a6b0e838
commit
5e45c19fbe
3 changed files with 35 additions and 2 deletions
5
Makefile
5
Makefile
|
|
@ -7,6 +7,7 @@ release:
|
|||
goreleaser release --rm-dist
|
||||
|
||||
docs:
|
||||
jsonnet -S -c -m doc-util/ \
|
||||
-e "(import 'doc-util/main.libsonnet').render(import 'doc-util/main.libsonnet')"
|
||||
cd doc-util && \
|
||||
jsonnet -S -c -m . \
|
||||
-e "(import './main.libsonnet').render(import './main.libsonnet')"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue