We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7207d6 commit bb5f7abCopy full SHA for bb5f7ab
1 file changed
.github/workflows/main.yml
@@ -27,10 +27,10 @@ jobs:
27
needs: build
28
if: github.event_name == 'pull_request'
29
steps:
30
- - uses: ferdinandkeller/html-to-pdf-action@v2
+ - uses: fifsky/html-to-pdf-action@master
31
with:
32
- source-path: build/index.html
33
- destination-path: build/register.pdf
+ htmlFile: ./build/index.html
+ outputFile: ./build/register.pdf
34
35
- name: Upload the PDF as an artifact
36
id: pdf-artifact
0 commit comments