Skip to content

Commit 2b08e16

Browse files
authored
Update markdown-to-pdf.yml
1 parent 8ec8c11 commit 2b08e16

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/markdown-to-pdf.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,16 @@ jobs:
1212
name: Publish Document
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v4
1616
- name: Publish PDF Document
17-
uses: shrink/actions-document-publish@v1
17+
uses: baileyjm02/markdown-to-pdf@v1
1818
id: publish-document
1919
with:
20-
sources: 'README.md'
20+
table_of_contents: true
21+
build_html: true
22+
2123
- name: Upload Document
22-
uses: actions/upload-artifact@v2
24+
uses: actions/upload-artifact@v4
2325
id: upload-document
2426
with:
2527
name: 'Awesome-Azure-Policy.pdf'

0 commit comments

Comments
 (0)