Skip to content

Commit

Permalink
Merge pull request #97 from sile-typesetter/reversion
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque authored Jan 26, 2021
2 parents 2b1ce61 + 4ed6be5 commit fad05c1
Show file tree
Hide file tree
Showing 2 changed files with 20 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
3 changes: 3 additions & 0 deletions rules/utilities.mk
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ debug:
echo "TAG = $(TAG)"
echo "TARGETS = $(TARGETS)"
echo "UNBOUNDLAYOUTS = $(UNBOUNDLAYOUTS)"
echo "PROJECTVERSION = $(PROJECTVERSION)"
echo "YAMLSOURCES = $(YAMLSOURCES)"
echo "urlinfo = $(call urlinfo,$(PROJECT))"
echo "versioninfo = $(call versioninfo,$(PROJECT))"
Expand All @@ -80,7 +81,9 @@ force:;

.PHONY: _gha
_gha:
echo "::set-output name=DISTDIR::$(DISTDIR)"
echo "::set-output name=PROJECT::$(PROJECT)"
echo "::set-output name=VERSION::$(call versioninfo,$(PROJECT))"

.PHONY: list
list:
Expand Down

0 comments on commit fad05c1

Please sign in to comment.