mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-17 12:42:16 +01:00
now using a blueprint for README.md
This commit is contained in:
@@ -5,6 +5,11 @@ tasks:
|
||||
run:
|
||||
- go fmt ./...
|
||||
|
||||
- use: generate
|
||||
short: Generates all files from blueprints
|
||||
run:
|
||||
- BRANCH="$(git symbolic-ref --short HEAD)"; orbit generate -f _blueprints/README.blueprint.md -o README.md -p "Branch,${BRANCH}"
|
||||
|
||||
- use: tests
|
||||
short: Runs tests inside a container
|
||||
run:
|
||||
|
||||
Reference in New Issue
Block a user