Skip to content

Commit

Permalink
feat(actions): Setup for use *as* GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Jan 26, 2021
1 parent b79312b commit 4ed6be5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4ed6be5

Please sign in to comment.