Skip to content

Generate PDF from README #64

Generate PDF from README

Generate PDF from README #64

Workflow file for this run

name: Upload Document as Artifact
on:
workflow_dispatch:
env:
GITHUB_TOKEN: ${{ github.token }}
jobs:
publish:
runs-on: ubuntu-latest
name: Publish Document
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Publish PDF Document
uses: baileyjm02/markdown-to-pdf@v1
id: publish-document
with:
input_path: README.md
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.pdf'
path: generated