Skip to content

Commit bb5f7ab

Browse files
committed
Fix CI
1 parent a7207d6 commit bb5f7ab

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
needs: build
2828
if: github.event_name == 'pull_request'
2929
steps:
30-
- uses: ferdinandkeller/html-to-pdf-action@v2
30+
- uses: fifsky/html-to-pdf-action@master
3131
with:
32-
source-path: build/index.html
33-
destination-path: build/register.pdf
32+
htmlFile: ./build/index.html
33+
outputFile: ./build/register.pdf
3434

3535
- name: Upload the PDF as an artifact
3636
id: pdf-artifact

0 commit comments

Comments
 (0)