Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fifsky committed Sep 11, 2019
1 parent 224d652 commit 76c52b4
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# Html to PDF for github actions
# HTML to PDF

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

0 comments on commit 76c52b4

Please sign in to comment.