Skip to content

Update MaterialsMap #30

Update MaterialsMap

Update MaterialsMap #30

Workflow file for this run

name: Get PDF&HTML
on:
workflow_dispatch:
push:
paths:
- README.md
- .github/workflows/convertToPDF.yml
jobs:
convert:
runs-on: ubuntu-latest
name: Get PDF&HTML
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Markdown to PDF and HTML
uses: BaileyJM02/[email protected]
with:
input_path: README.md
output_dir: renders
build_html: true
build_pdf: true
table_of_contents: true
- uses: actions/upload-artifact@v4
with:
name: renders
path: renders