From 631059428932e6c2cf5c4b85bbbcf50f933ec73b Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Fri, 22 May 2020 13:06:23 -0700 Subject: [PATCH] include the license in the release output --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4ecdbf4..747202e 100644 --- a/Makefile +++ b/Makefile @@ -21,4 +21,4 @@ dist/index.js: index.js node_modules push: venv venv/bin/markdown-to-presentation push \ --pages-branch release \ - README.md action.yml dist/index.js + README.md LICENSE action.yml dist/index.js