feat: add newSub (#44)

This commit is contained in:
Jeroen Op 't Eynde 2023-02-16 19:56:58 +01:00 committed by GitHub
parent b5a6b0e838
commit 5e45c19fbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 35 additions and 2 deletions

View file

@ -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')"