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 +```