From 4ed6be5d9a8503f55f7f9f488747c4b8d8a94a3e Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Tue, 26 Jan 2021 16:36:43 +0300 Subject: [PATCH] feat(actions): Setup for use *as* GitHub Action --- action.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 action.yml diff --git a/action.yml b/action.yml new file mode 100644 index 00000000..7912207a --- /dev/null +++ b/action.yml @@ -0,0 +1,17 @@ +name: CaSILE +description: The CaSILE toolkit, a book publishing workflow employing SILE and other wizardry. +outputs: + DISTDIR: + description: Output directory + PROJECT: + description: Project name + VERSION: + description: Version string +runs: + using: docker + image: Dockerfile + args: + - make +branding: + icon: printer + color: orange