From 76c52b4d5aa2f90e82ec78bf862c872c43a46ea8 Mon Sep 17 00:00:00 2001 From: fifsky Date: Wed, 11 Sep 2019 10:07:34 +0800 Subject: [PATCH] update readme --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8432997..debcc28 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ -# Html to PDF for github actions +# HTML to PDF -> test \ No newline at end of file +A github action that converts HTML files to PDF [GitHub Actions](https://github.com/features/actions). + + +## ✨ Example Usage + +```yml +- name: html to pdf + uses: fifsky/html-to-pdf-action@master + with: + htmlFile: ./public/index.html + outputFile: ./public/resume.pdf +```