Skip to content

Commit

Permalink
Update markdown-to-pdf.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseloudon authored Oct 20, 2024
1 parent 421313b commit ab0c036
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/markdown-to-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
jobs:
publish:
runs-on: ubuntu-latest
name: Publish Document
name: Generate PDF from README
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -21,14 +21,14 @@ jobs:
id: publish-document
with:
input_path: README.md
images_dir: Awesome-Azure-Policy-Logo.svg
images_dir: ./
images_import: ./
output_dir: generated
table_of_contents: true
build_html: true

- name: Upload Document
uses: actions/upload-artifact@v4
id: upload-document
with:
name: 'Awesome-Azure-Policy-${{ env.DATE }}.pdf'
name: 'Awesome-Azure-Policy-${{ env.DATE }}'
path: generated

0 comments on commit ab0c036

Please sign in to comment.